Skip to content

Commit 189cd25

Browse files
greenkeeper[bot]peril-parse-community[bot]
authored and
peril-parse-community[bot]
committed
Update jsdoc-babel to the latest version 🚀 (parse-community#5022)
* 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
1 parent c7357ed commit 189cd25

File tree

4 files changed

+3714
-3546
lines changed

4 files changed

+3714
-3546
lines changed

‎.babelrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"plugins": [
3-
"transform-flow-strip-types",
4-
"transform-object-rest-spread"
3+
"@babel/plugin-transform-flow-strip-types",
4+
"@babel/plugin-proposal-object-rest-spread"
55
],
66
"presets": [
7-
["env", {
7+
["@babel/preset-env", {
88
"targets": {
99
"node": "8"
1010
}

‎jsdoc-conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"plugins": ["node_modules/jsdoc-babel", "plugins/markdown"],
33
"babel": {
4-
"plugins": ["transform-flow-strip-types"]
4+
"plugins": ["@babel/plugin-transform-flow-strip-types"]
55
},
66
"source": {
77
"include": ["./README.md", "./src/cloud-code", "./src/Options/docs.js", "./src/ParseServer.js", "./src/Adapters"],

0 commit comments

Comments
 (0)