Skip to content

Commit

Permalink
chore: minor improvements for ease of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
yeiniel committed Jan 2, 2020
1 parent c8181e7 commit 6f570d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.nvmrc
.travis.yml
ava.config.js
tsconfig.json
tslint.json
typedoc.json
src/*.ts
src/*.test.js
.nyc_output
.idea
docs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"gen-docs": "typedoc src",
"build": "tsc",
"lint": "tslint src/*.ts",
"prepare": "npm run build",
"test": "ava"
},
"repository": {
Expand Down

0 comments on commit 6f570d5

Please sign in to comment.