Skip to content

Commit

Permalink
package.json: Add files config so unexpected-magicpen.min.js isn't om…
Browse files Browse the repository at this point in the history
…itted due to .gitignore
  • Loading branch information
papandreou committed Aug 25, 2016
1 parent 93484f7 commit 5ef0592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text -- mocha --reporter dot && echo google-chrome coverage/lcov-report/index.html",
"prepublish": "browserify -p bundle-collapser/plugin -e lib/unexpected-magicpen -s weknowhow.unexpectedMagicPen > unexpected-magicpen.min.js"
},
"files": [
"unexpected-magicpen.min.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/unexpectedjs/unexpected-magicpen.git"
Expand Down

0 comments on commit 5ef0592

Please sign in to comment.