User external-helpers (#254)

Add yarn.lock as recommended
This commit is contained in:
Daniel Tschinder 2017-01-02 09:57:55 +01:00 committed by GitHub
parent 7e6b0dac5c
commit 0fb1be4744
4 changed files with 3932 additions and 2 deletions

View File

@ -7,7 +7,8 @@
"stage-0"
],
"plugins": [
"transform-flow-strip-types"
"transform-flow-strip-types",
"external-helpers"
],
"env": {
"watch": {

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ build
coverage
lib
node_modules
yarn.lock

View File

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

3929
yarn.lock Normal file

File diff suppressed because it is too large Load Diff