Update references in package.json to git reporsitories which are used as dependencies

This commit is contained in:
SvetoslavTsenov
2017-05-12 15:35:52 +03:00
parent 6649fcfa66
commit 96039d1a1a

View File

@ -13,7 +13,7 @@
"concurrently": "^2.1.0",
"grunt": "1.0.1",
"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-exec": "1.0.1",
"grunt-mkdir": "1.0.0",
@ -24,12 +24,12 @@
"http-server": "^0.9.0",
"markdown-snippet-injector": "0.2.2",
"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",
"time-grunt": "1.3.0",
"tslint": "^4.4.2",
"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"
},
"scripts": {