Skip to content

Commit

Permalink
#20: Bumps version and return back index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vlavrynovych committed Nov 11, 2023
1 parent 2e39661 commit 03cb964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "migration-script-runner",
"version": "0.1.7",
"version": "0.1.8",
"description": "Migration Script Runner",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"skipLibCheck": true,
// "noEmit": true // disables
},
"include": ["src/**/*", "test/**/*"],
"include": ["index.ts", "src/**/*", "test/**/*"],
"exclude": ["dist", "node_modules"]
}

0 comments on commit 03cb964

Please sign in to comment.