Skip to content

Commit

Permalink
Update jsdoc-babel to the latest version 🚀 (#5022)
Browse files Browse the repository at this point in the history
* chore(package): update jsdoc-babel to version 0.5.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile

* Use babel 7.0

* Proper configuration for jsdoc
  • Loading branch information
greenkeeper[bot] authored and peril-parse-community[bot] committed Sep 1, 2018
1 parent c7357ed commit 189cd25
Show file tree
Hide file tree
Showing 4 changed files with 3,714 additions and 3,546 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"plugins": [
"transform-flow-strip-types",
"transform-object-rest-spread"
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": "8"
}
Expand Down
2 changes: 1 addition & 1 deletion jsdoc-conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": ["node_modules/jsdoc-babel", "plugins/markdown"],
"babel": {
"plugins": ["transform-flow-strip-types"]
"plugins": ["@babel/plugin-transform-flow-strip-types"]
},
"source": {
"include": ["./README.md", "./src/cloud-code", "./src/Options/docs.js", "./src/ParseServer.js", "./src/Adapters"],
Expand Down
Loading

0 comments on commit 189cd25

Please sign in to comment.