parent
7e6b0dac5c
commit
0fb1be4744
3
.babelrc
3
.babelrc
@ -7,7 +7,8 @@
|
||||
"stage-0"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-flow-strip-types"
|
||||
"transform-flow-strip-types",
|
||||
"external-helpers"
|
||||
],
|
||||
"env": {
|
||||
"watch": {
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,4 +3,3 @@ build
|
||||
coverage
|
||||
lib
|
||||
node_modules
|
||||
yarn.lock
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
"babel-cli": "^6.14.0",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"babel-plugin-external-helpers": "^6.18.0",
|
||||
"babel-plugin-istanbul": "^3.0.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.14.0",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user