diff --git a/Jake/templates/package.json.tmpl b/Jake/templates/package.json.tmpl index ef8cf00c..7f4fd42b 100644 --- a/Jake/templates/package.json.tmpl +++ b/Jake/templates/package.json.tmpl @@ -19,12 +19,12 @@ "dependencies": { "async": "0.1.22", "catharsis": "0.5.3", - "crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505", - "github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git", + "crypto-browserify": "git+https://github.com/dominictarr/crypto-browserify.git#95c5d505", + "github-flavored-markdown": "git+https://github.com/hegemonic/github-flavored-markdown.git", "js2xmlparser": "0.1.0", "jshint": "0.9.1", - "markdown": "git://github.com/jsdoc3/markdown-js.git", - "taffydb": "git://github.com/hegemonic/taffydb.git", + "markdown": "git+https://github.com/jsdoc3/markdown-js.git", + "taffydb": "git+https://github.com/hegemonic/taffydb.git", "underscore": "1.4.2", "wrench": "1.3.9" }, diff --git a/package.json b/package.json index cbe32af4..d373cf89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsdoc", "version": "3.2.0-dev", - "revision": "1363956697021", + "revision": "1363957651014", "description": "An API documentation generator for JavaScript.", "keywords": [ "documentation", "javascript" ], "licenses": [ @@ -19,12 +19,12 @@ "dependencies": { "async": "0.1.22", "catharsis": "0.5.3", - "crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505", - "github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git", + "crypto-browserify": "git+https://github.com/dominictarr/crypto-browserify.git#95c5d505", + "github-flavored-markdown": "git+https://github.com/hegemonic/github-flavored-markdown.git", "js2xmlparser": "0.1.0", "jshint": "0.9.1", - "markdown": "git://github.com/jsdoc3/markdown-js.git", - "taffydb": "git://github.com/hegemonic/taffydb.git", + "markdown": "git+https://github.com/jsdoc3/markdown-js.git", + "taffydb": "git+https://github.com/hegemonic/taffydb.git", "underscore": "1.4.2", "wrench": "1.3.9" },