From 3c3e7ca2eb42cdc87d642131f76b31babec05d65 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Thu, 8 Oct 2015 13:53:41 -0700 Subject: [PATCH] Fix dependencies --- packages/ripple-binary-codec/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index 0fa1af2c..620467ed 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "0.0.4", + "version": "0.0.5", "description": "ripple binary codec", "files": [ "distrib/npm/*", @@ -14,10 +14,8 @@ "dependencies": { "babel-runtime": "^5.8.25", "bn.js": "^3.2.0", - "codecov.io": "^0.1.6", "create-hash": "^1.1.2", "decimal.js": "^4.0.2", - "hash.js": "^1.0.3", "inherits": "^2.0.1", "lodash": "^3.10.1", "ripple-address-codec": "^2.0.1" @@ -28,6 +26,7 @@ "babel-core": "^5.8.20", "babel-eslint": "^4.0.5", "babel-loader": "^5.3.2", + "codecov.io": "^0.1.6", "eslint": "^1.2.1", "fs-extra": "^0.24.0", "intercept-stdout": "^0.1.2",