|
@@ -6,8 +6,7 @@
|
|
|
"ios": "expo start --ios",
|
|
|
"web": "expo start --web",
|
|
|
"eject": "expo eject",
|
|
|
- "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
|
|
|
- "postinstall" : "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
|
|
|
+ "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"expo": "^34.0.0-experiment.8",
|