Repo fixes.

This commit is contained in:
cpojer 2017-06-01 11:48:12 +01:00
parent 98847474cd
commit a1e616d80e
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{
"plugins": [
"babel-preset-fbjs/plugins/inline-requires",
"syntax-trailing-function-commas",
"transform-async-to-generator",
"transform-class-properties",
@ -9,5 +8,12 @@
"transform-flow-strip-types",
"transform-object-rest-spread"
],
"retainLines": true
"retainLines": true,
"env": {
"test": {
"plugins": [
"babel-preset-fbjs/plugins/inline-requires"
]
}
}
}

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "19.0.2",
"version": "0.7.1",
"npmClient": "yarn",
"packages": [
"packages/*"