mirror of https://github.com/status-im/metro.git
Repo fixes.
This commit is contained in:
parent
98847474cd
commit
a1e616d80e
10
.babelrc
10
.babelrc
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lerna": "2.0.0-beta.38",
|
||||
"version": "19.0.2",
|
||||
"version": "0.7.1",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
Loading…
Reference in New Issue