Adding npmignore and prepublish script.

This commit is contained in:
Matt Swensen 2016-11-28 10:00:56 -07:00
parent 1493162cc0
commit 4b0eca8da8
2 changed files with 3 additions and 1 deletions

1
.npmignore Normal file

@ -0,0 +1 @@
src

@ -12,7 +12,8 @@
"bin": "./bin/themer.js",
"scripts": {
"build": "babel --out-dir lib src",
"start": "watch 'yarn run build' src"
"start": "watch 'yarn run build' src",
"prepublish": "yarn run build"
},
"dependencies": {
"minimist": "^1.2.0",