Skip to content

Commit

Permalink
Adding npmignore and prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjswensen committed Nov 28, 2016
1 parent 1493162 commit 4b0eca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b0eca8

Please sign in to comment.