mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Update references in package.json to git reporsitories which are used as dependencies
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
"concurrently": "^2.1.0",
|
"concurrently": "^2.1.0",
|
||||||
"grunt": "1.0.1",
|
"grunt": "1.0.1",
|
||||||
"grunt-contrib-clean": "1.0.0",
|
"grunt-contrib-clean": "1.0.0",
|
||||||
"grunt-contrib-copy": "git+https://github.com/NativeScript/grunt-contrib-copy.git#master",
|
"grunt-contrib-copy": "git://github.com/NativeScript/grunt-contrib-copy.git#master",
|
||||||
"grunt-env": "0.4.4",
|
"grunt-env": "0.4.4",
|
||||||
"grunt-exec": "1.0.1",
|
"grunt-exec": "1.0.1",
|
||||||
"grunt-mkdir": "1.0.0",
|
"grunt-mkdir": "1.0.0",
|
||||||
@ -24,12 +24,12 @@
|
|||||||
"http-server": "^0.9.0",
|
"http-server": "^0.9.0",
|
||||||
"markdown-snippet-injector": "0.2.2",
|
"markdown-snippet-injector": "0.2.2",
|
||||||
"mocha": "2.2.5",
|
"mocha": "2.2.5",
|
||||||
"nativescript-typedoc-theme": "git+https://github.com/NativeScript/nativescript-typedoc-theme.git#master",
|
"nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
|
||||||
"shelljs": "^0.7.0",
|
"shelljs": "^0.7.0",
|
||||||
"time-grunt": "1.3.0",
|
"time-grunt": "1.3.0",
|
||||||
"tslint": "^4.4.2",
|
"tslint": "^4.4.2",
|
||||||
"typedoc": "^0.5.10",
|
"typedoc": "^0.5.10",
|
||||||
"typedoc-plugin-external-module-name": "git+https://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
|
"typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
|
||||||
"typescript": "~2.2.1"
|
"typescript": "~2.2.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user