update submodule

parser fix for function type expressions
This commit is contained in:
Jeff Williams 2013-03-21 09:30:35 -07:00
parent 2ccd9c4f39
commit ef4ba57adb
4 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@
],
"dependencies": {
"async": "0.1.22",
"catharsis": "0.5.1",
"catharsis": "0.5.2",
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",

File diff suppressed because one or more lines are too long

12
node_modules/catharsis/package.json generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "jsdoc",
"version": "3.2.0-dev",
"revision": "1363838424893",
"revision": "1363883365420",
"description": "An API documentation generator for JavaScript.",
"keywords": [ "documentation", "javascript" ],
"licenses": [
@ -18,7 +18,7 @@
],
"dependencies": {
"async": "0.1.22",
"catharsis": "0.5.1",
"catharsis": "0.5.2",
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",