Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Update jsdoc stuff #61

Merged
merged 2 commits into from
Mar 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions generators/app-core/templates/_jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-babel"
"node_modules/jsdoc-babel",
"node_modules/jsdonk/lib/plugins/react-tags",
"node_modules/jsdoc-react-proptypes/lib/plugin"
],
"babel": {
"extensions": [
Expand All @@ -38,4 +40,4 @@
"transform-flow-strip-types"
]
}
}
}
3 changes: 2 additions & 1 deletion generators/app-core/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"eslint-config-blueflag": "^0.4.0",
"jsdoc": "^3.4.3",
"jsdoc-babel": "^0.2.1",
"jsdonk": "^0.2.1",
"jsdoc-react-proptypes": "^1.0.1",
"jsdonk": "0.4.12",
"nyc": "^10.0.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.6"
Expand Down