Skip to content

Commit

Permalink
Types & small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
axotin committed Feb 6, 2022
1 parent e050a25 commit 44cb818
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
node_modules/*
dist/*
.idea/

**/src/*.js
src/tsconfig.tsbuildinfo
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mikroorm-nested-set",
"version": "1.0.5",
"version": "1.0.6",
"types": "src/index.d.ts",
"description": "Package for MikroORM nested set feature",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './model'
export * from './model'
export * from './repository'
export * from './operator'

0 comments on commit 44cb818

Please sign in to comment.