Adding a files directory to package

This commit is contained in:
Tom Gallacher 2017-01-18 13:56:55 +00:00
parent 9943f5cc96
commit 081c379d0b
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"version": "0.0.1-2",
"license": "MPL-2.0",
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"start": "cd docs && npm start",
"lint": "make lint",