From 6c85650ea311bb4d88a1378d61209380d8b7b8c5 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 16 Dec 2014 20:59:04 -0300 Subject: [PATCH] Add remote ref to modified template --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6bb7083..81ce2bb 100644 --- a/package.json +++ b/package.json @@ -99,12 +99,13 @@ "gulp-jshint": "^1.9.0", "gulp-mocha": "^2.0.0", "gulp-shell": "^0.2.10", - "mocha": "~2.0.1", - "run-sequence": "^1.0.2", - "sinon": "^1.12.2", + "ink-docstrap": "git://github.com/eordano/bitcore-template.git", "karma": "^0.12.28", "karma-firefox-launcher": "^0.1.3", - "karma-mocha": "^0.1.9" + "karma-mocha": "^0.1.9", + "mocha": "~2.0.1", + "run-sequence": "^1.0.2", + "sinon": "^1.12.2" }, "license": "MIT" }