Skip to content

Commit

Permalink
chore: remove refs to unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Dec 21, 2016
1 parent 13cdf23 commit fb9670b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"babel": "babel src -d dist",
"build": "npm run clean && npm run babel && npm run ignore && npm run build:pure && npm run bundle && npm run minify && npm run gzip",
"build:pure": "npm run bundle:pure && npm run minify:pure",
"bundle": "sh -c 'echo \"require(\\'utilise\\');$(cat dist/index.js)\" | browserify - -o dist/ripple.js -g ./clientify -i socket.io -i express -i mysql -i jsondiffpatch -i rijs.hypermedia -i colors'",
"bundle:pure": "browserify dist/index.js -o dist/ripple.pure.js -g ./purify -i socket.io -i express -i mysql -i jsondiffpatch -i socket.io-client -i **/utilise/**/*.js -i rijs.hypermedia --no-builtins -i colors -i utilise",
"bundle": "sh -c 'echo \"require(\\'utilise\\');$(cat dist/index.js)\" | browserify - -o dist/ripple.js -g ./clientify -i socket.io -i express -i colors'",
"bundle:pure": "browserify dist/index.js -o dist/ripple.pure.js -g ./purify -i socket.io -i express -i socket.io-client -i **/utilise/**/*.js --no-builtins -i colors -i utilise",
"clean": "rm -rf dist && mkdir dist",
"gzip": "gzip -c dist/ripple.min.js > dist/ripple.min.js.gz && gzip -c dist/ripple.pure.min.js > dist/ripple.pure.min.js.gz",
"ignore": "find ./dist -type f -exec sed -i \"s/function _interopRequire/\\/* istanbul ignore next *\\/\\nfunction _interopRequire/g\" {} ;",
Expand Down

0 comments on commit fb9670b

Please sign in to comment.