mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
use git+https:// instead of git://. fixed by @shootaroo. (#352)
This commit is contained in:
parent
691b7987b9
commit
44650343a9
@ -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"
|
||||
},
|
||||
|
||||
10
package.json
10
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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user