mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user