Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix(package): Fix dependencies (#12)
Browse files Browse the repository at this point in the history
* fix(package): Fix dependencies

* Update package.json
  • Loading branch information
wcandillon authored Jun 4, 2017
1 parent 47eb39b commit 747f9bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"react-native-scripts": "0.0.28",
"react-navigation": "^1.0.0-beta.11",
"react-test-renderer": "16.0.0-alpha.6",
"semantic-release": "^6.3.6"
"semantic-release": "^6.3.6",
"@expo/vector-icons": "^4.0.0",
"expo": "^16.0.0",
"jest-junit-reporter": "^1.1.0"
},
"scripts": {
"start": "react-native-scripts start",
Expand All @@ -57,9 +60,6 @@
"testResultsProcessor": "./node_modules/jest-junit-reporter"
},
"dependencies": {
"@expo/vector-icons": "^4.0.0",
"expo": "^16.0.0",
"jest-junit-reporter": "^1.1.0",
"lodash": "^4.17.4",
"react": "16.0.0-alpha.6",
"react-native": "^0.43.4"
Expand Down

0 comments on commit 747f9bb

Please sign in to comment.