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

Commit 747f9bb

Browse files
authored
fix(package): Fix dependencies (#12)
* fix(package): Fix dependencies * Update package.json
1 parent 47eb39b commit 747f9bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"react-native-scripts": "0.0.28",
3737
"react-navigation": "^1.0.0-beta.11",
3838
"react-test-renderer": "16.0.0-alpha.6",
39-
"semantic-release": "^6.3.6"
39+
"semantic-release": "^6.3.6",
40+
"@expo/vector-icons": "^4.0.0",
41+
"expo": "^16.0.0",
42+
"jest-junit-reporter": "^1.1.0"
4043
},
4144
"scripts": {
4245
"start": "react-native-scripts start",
@@ -57,9 +60,6 @@
5760
"testResultsProcessor": "./node_modules/jest-junit-reporter"
5861
},
5962
"dependencies": {
60-
"@expo/vector-icons": "^4.0.0",
61-
"expo": "^16.0.0",
62-
"jest-junit-reporter": "^1.1.0",
6363
"lodash": "^4.17.4",
6464
"react": "16.0.0-alpha.6",
6565
"react-native": "^0.43.4"

0 commit comments

Comments
 (0)