Skip to content

Commit

Permalink
BLD: Update to latest version of browserify and watchify
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Nov 22, 2015
1 parent 03e2274 commit ae8b4cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
"bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
"bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
"bundle": "./bin/cmd.js demo/dep1.js -o dist/bundle.js",
"bundle": "./bin/cmd.js demo/dep1.js -o dist/bundle.js -t simplessy",
"test": "npm run verify",
"bundle:watch": "./bin/cmd.js demo/dep1.js -o dist/bundle.js --watch"
"bundle:watch": "./bin/cmd.js demo/dep1.js -o dist/bundle.js -t simplessy --watch"
},
"repository": {
"type": "git",
Expand All @@ -44,18 +44,18 @@
"precommit": "^1.1.5",
"prepush": "^3.1.4",
"react": "^0.13.3",
"simplessy": "^0.1.2"
"simplessy": "^1.0.2"
},
"dependencies": {
"browserify": "^11.1.0",
"browserify": "^12.0.1",
"file-entry-cache": "^1.2.0",
"flat-cache": "^1.0.3",
"hash-string": "^1.0.0",
"jq-trim": "^0.1.1",
"outpipe": "^1.1.1",
"subarg": "^1.0.0",
"through2": "^2.0.0",
"watchify": "^3.4.0",
"watchify": "^3.6.1",
"xtend": "^4.0.0"
},
"changelogx": {
Expand Down

0 comments on commit ae8b4cc

Please sign in to comment.