Streamlining in response to Evan's feedback and contribution guidelines

This commit is contained in:
Charlie Cheever
2020-02-29 19:50:25 -08:00
parent a0306c0189
commit b790b6f054
6 changed files with 25 additions and 66 deletions

View File

@@ -1,14 +1,5 @@
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@use-expo/font": "^1.0.0",
"expo": "~36.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
@@ -18,6 +9,5 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-preset-expo": "~8.0.0"
},
"private": true
}
}