From fb2fbca8f7c391f56722dd4725f497b80eb29b49 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 9 Oct 2015 11:01:55 -0400 Subject: [PATCH] remove hashmerge dependency --- lib/index.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 39986509..903a14b2 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,3 @@ -var hashmerge = require('hashmerge'); var readYaml = require('read-yaml'); var shelljs = require('shelljs'); var shelljs_global = require('shelljs/global'); diff --git a/package.json b/package.json index 9fdaea59..198074ac 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "dependencies": { "commander": "^2.8.1", "grunt": "^0.4.5", - "hashmerge": "^1.0.2", "jasmine": "^2.3.1", "js-sha3": "^0.3.1", "meteor-build-client": "^0.1.6",