Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Apr 21, 2020
1 parent d2fe8a7 commit 8b89f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
"eject": "expo eject",
"build:web": "expo build:web"
},
"dependencies": {
"@expo/html-elements": "^0.0.0-alpha.5",
Expand Down Expand Up @@ -35,7 +36,8 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0"
"babel-preset-expo": "~8.1.0",
"expo-cli": "latest"
},
"private": true
}

0 comments on commit 8b89f31

Please sign in to comment.