Skip to content

Commit

Permalink
fix(npm): Make npm package smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Nov 7, 2018
1 parent a514328 commit 5ecbaec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ tslint.json
tsconfig.json
.prettierrc
documentation
sample
.github
e2e
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brunnerlivio/terminus",
"version": "5.4.0-rc6",
"version": "5.4.0-rc9",
"description": "Nest - modern, fast, powerful node.js web framework (@terminus)",
"author": "Kamil Mysliwiec",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"target": "es6",
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./",
"rootDir": "./lib",
"skipLibCheck": true
},
"include": [
Expand Down

0 comments on commit 5ecbaec

Please sign in to comment.