Skip to content

Commit

Permalink
Fix npm publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Jan 12, 2017
1 parent 7fa7d64 commit a3f35ff
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 @@ -6,7 +6,8 @@
"scripts": {
"build": "npm run lint && babel src -d lib --ignore \"**/*.test.js\" ",
"lint": "standard",
"test": "jest --watch"
"test": "jest --watch",
"prepublish": "npm run build"
},
"repository": {
"type" : "git",
Expand Down

0 comments on commit a3f35ff

Please sign in to comment.