mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
update submodule
parser fix for function type expressions
This commit is contained in:
parent
2ccd9c4f39
commit
ef4ba57adb
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.22",
|
"async": "0.1.22",
|
||||||
"catharsis": "0.5.1",
|
"catharsis": "0.5.2",
|
||||||
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
||||||
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
|
|||||||
4
node_modules/catharsis/lib/parser.js
generated
vendored
4
node_modules/catharsis/lib/parser.js
generated
vendored
File diff suppressed because one or more lines are too long
12
node_modules/catharsis/package.json
generated
vendored
12
node_modules/catharsis/package.json
generated
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jsdoc",
|
"name": "jsdoc",
|
||||||
"version": "3.2.0-dev",
|
"version": "3.2.0-dev",
|
||||||
"revision": "1363838424893",
|
"revision": "1363883365420",
|
||||||
"description": "An API documentation generator for JavaScript.",
|
"description": "An API documentation generator for JavaScript.",
|
||||||
"keywords": [ "documentation", "javascript" ],
|
"keywords": [ "documentation", "javascript" ],
|
||||||
"licenses": [
|
"licenses": [
|
||||||
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.22",
|
"async": "0.1.22",
|
||||||
"catharsis": "0.5.1",
|
"catharsis": "0.5.2",
|
||||||
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
"crypto-browserify": "git://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
||||||
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user