0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: update babel to transpile for above node6

This commit is contained in:
Juan Picado @jotadeveloper 2018-04-04 23:33:54 +02:00
parent 6a5acd2c43
commit 30e1941771
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -34,17 +34,19 @@
},
"registry": {
"presets": [
"es2015-node4", "flow"
],
["env", {
"targets": {
"node": "6.10"
}
}], "stage-3", "flow"],
"plugins": [
"transform-object-rest-spread"
"transform-object-rest-spread",
"transform-class-properties"
]
},
"development": {
"presets": ["flow"],
"plugins": [
"flow-runtime"
]
"plugins": ["flow-runtime"]
}
}
}