From c2c2635acd0577f3af5dbabf2aa6f2103d406e1d Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 14 Dec 2017 13:09:15 -0500 Subject: [PATCH] fix npm package group --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e72e1b0ef..bc20e3790 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "underscore": "^1.8.3", "underscore.string": "^3.3.4", "url-loader": "^0.6.2", - "web3": "^0.19.1" + "web3": "^0.19.1", + "webpack": "^2.6.1" }, "author": "Iuri Matias ", "contributors": [], @@ -74,8 +75,6 @@ "matchdep": "^1.0.1", "mocha": "^3.2.0", "mocha-sinon": "^1.1.4", - "sinon": "^1.15.4", - "toposort": "^1.0.0", - "webpack": "^2.6.1" + "sinon": "^1.15.4" } }