use git+https:// instead of git://. fixed by @shootaroo. (#352)

This commit is contained in:
Jeff Williams 2013-03-22 06:08:19 -07:00
parent 691b7987b9
commit 44650343a9
2 changed files with 9 additions and 9 deletions

View File

@ -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"
},

View File

@ -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"
},