Skip to content

Commit

Permalink
package.json: Select which files to include in NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Jun 30, 2018
1 parent 1f6ab49 commit b2ff385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index*"
],
"directories": {
"test": "test"
},
Expand Down

0 comments on commit b2ff385

Please sign in to comment.