Skip to content

Commit

Permalink
npm run build script build for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Jan 15, 2017
1 parent 8b1c6fc commit b714635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Pretty simple test double library",
"main": "index.js",
"scripts": {
"build": "browserify index.js -o nisemono.js -s nisemono && uglifyjs nisemono.js -o nisemono.min.js",
"test": "nyc --reporter=lcov --reporter=text --reporter=text-summary mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./**/*.js"
Expand Down

0 comments on commit b714635

Please sign in to comment.