Skip to content

Commit

Permalink
Smaller npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
paldepind committed Jun 2, 2018
1 parent 95c5580 commit b32f90c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@
"directories": {
"doc": "docs",
"test": "test"
}
}
},
"files": [
"dist"
],
"sideEffects": false
}
1 change: 1 addition & 0 deletions tsconfig-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"sourceMap": false,
"outDir": "dist/"
},
"exclude": ["test/**/*.ts"]
Expand Down

0 comments on commit b32f90c

Please sign in to comment.