mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
This commit is contained in:
parent
d9e7f137ef
commit
4c64720be9
@ -5,6 +5,7 @@
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-async-to-generator",
|
||||
"@babel/plugin-transform-runtime",
|
||||
"@babel/plugin-proposal-export-default-from",
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
"@babel/core": "^7.0.0-beta.46",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.46",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.46",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.46",
|
||||
"@babel/plugin-transform-runtime": "^7.0.0-beta.46",
|
||||
"@babel/preset-env": "^7.0.0-beta.46",
|
||||
"babel-eslint": "^8.2.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user