diff --git a/package.json b/package.json index 1d59cf1aa..5b280bb33 100644 --- a/package.json +++ b/package.json @@ -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": {