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.
This commit is contained in:
Cheng Zhao
2013-12-03 21:10:16 +08:00
parent 9caf3ca349
commit 3f05ff9b14

View File

@@ -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": {