Skip to content

Commit

Permalink
Update npm ignore (#44)
Browse files Browse the repository at this point in the history
* Update npm ignore

* Update .npmignore
  • Loading branch information
jscheiny authored Aug 8, 2018
1 parent a9f6a73 commit 9609024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage/
codegen/
coverage/*
codegen/*
jest.config.json
.travis.yml
tslint.json
src/*
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"lint:fix": "yarn lint --fix",
"node:codegen": "node codegen/dist/emit",
"test": "jest --config jest.config.json",
"prepack": "yarn build",
"verify": "npm-run-all -s build lint test"
},
"devDependencies": {
Expand Down

0 comments on commit 9609024

Please sign in to comment.