Skip to content

Commit

Permalink
Add files property to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed authored and Anthony Sneed committed Jun 22, 2019
1 parent e8a39f5 commit fb87afa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"node": ">=8.5",
"npm": ">=6.0"
},
"files": [
"dist/bundles",
"dist/types"
],
"scripts": {
"lint": "tslint -p 'tsconfig.json' 'src/**/*.ts'",
"prebuild": "rimraf dist",
Expand All @@ -35,7 +39,7 @@
"prepush": "npm run test:prod && npm run build"
},
"dependencies": {
"rxjs": "^6.5.2"
"rxjs": "~6.4.0"
},
"peerDependencies": {
"tslib": ">=1.9.0"
Expand Down

0 comments on commit fb87afa

Please sign in to comment.