Skip to content

Commit

Permalink
fix: include index.ts in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
paibamboo committed Nov 8, 2019
1 parent 43988e2 commit 856fef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc && tsc -p tsconfig.es6.json",
"clean": "rimraf lib",
"prebuild": "npm run clean -s",
"prepublish": "npm run clean && tsc",
"prepublish": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dev@crazy-factorycom",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "es5"
},
"include": [
"src/index.ts",
"src/reactTypescriptTranslationLoader.ts"
],
"exclude": [
Expand Down

0 comments on commit 856fef0

Please sign in to comment.