package: use browserify 10, standard 3

This commit is contained in:
Daniel Cousens 2015-05-21 00:43:38 +10:00
parent 36b7b6f787
commit d33b1c01ad

View file

@ -55,7 +55,7 @@
}, },
"devDependencies": { "devDependencies": {
"async": "^0.9.0", "async": "^0.9.0",
"browserify": "^9.0.3", "browserify": "^10.0.0",
"bs58": "^2.0.1", "bs58": "^2.0.1",
"cb-helloblock": "^0.4.13", "cb-helloblock": "^0.4.13",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
@ -63,6 +63,6 @@
"mocha": "^2.2.0", "mocha": "^2.2.0",
"proxyquire": "^1.4.0", "proxyquire": "^1.4.0",
"sinon": "^1.12.2", "sinon": "^1.12.2",
"standard": "^2.11.0" "standard": "^3.0.0"
} }
} }