From 3f05ff9b145f88f82bccfbef4996b898ba84888e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 3 Dec 2013 21:10:16 +0800 Subject: [PATCH] Download grunt-download-atom-shell from apm registry. I published grunt-download-atom-shell to apm registry so we do not need to specify a git URL here, and as I tested the CI cannot fetch private node module repositories due to lack of credient. When it could be public we should publish it to npm registry instead. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4eefb02db..9b5a12680 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,7 @@ "request": "~2.27.0", "unzip": "~0.1.9", "rcedit": "~0.1.2", - "rimraf": "~2.2.2", - "grunt-download-atom-shell": "git+ssh://git@github.com:atom/grunt-download-atom-shell.git" + "rimraf": "~2.2.2" }, "packageDependencies": { "atom-light-ui": "0.11.0", @@ -149,7 +148,8 @@ "language-todo": "0.2.0", "language-toml": "0.7.0", "language-xml": "0.2.0", - "language-yaml": "0.1.0" + "language-yaml": "0.1.0", + "grunt-download-atom-shell": "0.1.1" }, "private": true, "scripts": {