Update jsdoc-babel to the latest version 🚀 (#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
This commit is contained in:
greenkeeper[bot]
2018-09-01 17:02:31 +00:00
committed by peril-parse-community[bot]
parent c7357ed109
commit 189cd259ee
4 changed files with 3368 additions and 3200 deletions

View File

@@ -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"
}