Skip to content

Commit

Permalink
Include browserified bundles in npm releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed May 12, 2015
1 parent 366f718 commit edcb984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "DOM plugin for the unexpected assertion libary",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"unexpected-dom.js",
"unexpected-dom.min.js"
],
"scripts": {
"build": "browserify lib/index.js --standalone unexpected.dom --debug --x jsdom > unexpected-dom.js && uglifyjs unexpected-dom.js > unexpected-dom.min.js",
Expand Down

0 comments on commit edcb984

Please sign in to comment.