mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
point to tarballs instead of git+https URLs (#581)
This commit is contained in:
parent
99a601b531
commit
29dc3df42b
@ -23,7 +23,7 @@
|
||||
"esprima": "~1.0.4",
|
||||
"js2xmlparser": "~0.1.0",
|
||||
"marked": "~0.2.8",
|
||||
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
|
||||
"taffydb": "https://github.com/hegemonic/taffydb/tarball/master",
|
||||
"underscore": "~1.4.2",
|
||||
"wrench": "~1.3.9"
|
||||
},
|
||||
@ -34,7 +34,7 @@
|
||||
"grunt-shell": "~0.6.1",
|
||||
"istanbul": "~0.2.1",
|
||||
"load-grunt-tasks": "~0.2.1",
|
||||
"tv4": "git+https://github.com/hegemonic/tv4.git#own-properties"
|
||||
"tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user