diff options
author | kumavis <aaron@kumavis.me> | 2017-08-09 08:46:09 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-08-09 08:46:09 +0800 |
commit | 6767430aa2121e7b115ca2d2ca630a1d04ecd0e1 (patch) | |
tree | b9fb59386823d4ca57b71636dd7206402a6a8b8f | |
parent | 0e6bc6647ee5c0554a4e149514c87ca4d8585d2c (diff) | |
download | tangerine-wallet-browser-6767430aa2121e7b115ca2d2ca630a1d04ecd0e1.tar.gz tangerine-wallet-browser-6767430aa2121e7b115ca2d2ca630a1d04ecd0e1.tar.zst tangerine-wallet-browser-6767430aa2121e7b115ca2d2ca630a1d04ecd0e1.zip |
deps - bump watchify
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 83c64cdab..d8f5c6167 100644 --- a/package.json +++ b/package.json @@ -155,8 +155,8 @@ "enzyme": "^2.8.2", "eslint-plugin-chai": "0.0.1", "eslint-plugin-mocha": "^4.9.0", - "fs-promise": "^2.0.3", "eth-json-rpc-middleware": "^1.2.7", + "fs-promise": "^2.0.3", "gulp": "github:gulpjs/gulp#4.0", "gulp-if": "^2.0.1", "gulp-json-editor": "^2.2.1", @@ -191,7 +191,7 @@ "uglifyify": "^4.0.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", - "watchify": "^3.7.0" + "watchify": "^3.9.0" }, "engines": { "node": ">=0.8.0" |