From 25367bdfa8d73208e5fdd2b254f9f492e2502b5c Mon Sep 17 00:00:00 2001 From: Stian Eikeland Date: Thu, 9 Jun 2016 01:21:52 +0200 Subject: [PATCH] Some external dep have broken the build :( Try to force all deps to specific version --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4bc5401..c0dc437 100644 --- a/package.json +++ b/package.json @@ -31,17 +31,17 @@ "watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch" }, "dependencies": { - "deasync": "^0.1.1", - "request": "^2.60.0", - "underscore": "^1.8.2", - "url-parse": "^1.0.5" + "deasync": "0.1.1", + "request": "2.60.0", + "underscore": "1.8.2", + "url-parse": "1.0.5" }, "devDependencies": { - "coffee-script": "^1.9.1", - "mocha": "^2.1.0", - "nock": "^2.17.0", - "should": "^5.0.1", - "simple-mock": "^0.5.0" + "coffee-script": "1.9.1", + "mocha": "2.1.0", + "nock": "2.17.0", + "should": "5.0.1", + "simple-mock": "0.5.0" }, "keywords": [ "etcd",