From 304b5b0b2097cb296473e575bbb22798e2a4a035 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 23 Aug 2016 15:56:17 -0700 Subject: Remove gulp dependency. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cf62e1907..57d71e865 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "eth-store": "^1.1.0", "ethereumjs-tx": "^1.0.0", "ethereumjs-util": "^4.4.0", - "gulp": "github:gulpjs/gulp#4.0", "gulp-eslint": "^2.0.0", "hat": "0.0.3", "identicon.js": "^1.2.1", -- cgit