Skip to content

Commit

Permalink
fix(packages): upgrade react to v16.4.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel committed Jun 14, 2018
1 parent 06a3d87 commit 230496d
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 285 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
node_modules/
coverage/
.*
codealike.json
commitlint.config.js
yarn.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
install:
- yarn install
script:
- yarn test
- npm test
cache:
yarn: true
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"husky": "^0.14.3",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react": "^16.4.1",
"react-native": "^0.55.4",
"react-native-elements": "^0.19.0"
},
Expand Down
Loading

0 comments on commit 230496d

Please sign in to comment.