Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 0e423ab

Browse files
author
Luis Flores
committed
fix(dependencies): Fix travis build
1 parent b78c61d commit 0e423ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
},
2828
"author": "Luis Flores <me@luisflores.mx> (http://luisflores.mx/)",
2929
"license": "MIT",
30+
"dependencies": {
31+
"react": "^15.4.2",
32+
"react-native": "^0.42.3"
33+
},
3034
"devDependencies": {
3135
"babel-jest": "^19.0.0",
3236
"babel-preset-react-native": "^1.9.0",
@@ -40,8 +44,6 @@
4044
"eslint-plugin-react": "6.10.2",
4145
"husky": "^0.13.1",
4246
"jest": "^19.0.0",
43-
"react": "^15.4.2",
44-
"react-native": "^0.42.3",
4547
"semantic-release": "^6.3.2"
4648
},
4749
"repository": {

0 commit comments

Comments
 (0)