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",