Skip to content

Commit

Permalink
Merge pull request #2 from sergiocruz/feature/upgrade
Browse files Browse the repository at this point in the history
Upgraded React Native and added icons
  • Loading branch information
sergiocruz committed Jan 21, 2016
2 parents 92e60b8 + de5557b commit b9f0285
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added assets/connect4-icon.fw.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/connect4-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"test": "jest"
},
"dependencies": {
"react-native": "exponentjs/react-native#2015-11-13"
"react-native": "exponentjs/react-native#2016-01-19"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"jest-cli": "^0.8.2"
Expand Down Expand Up @@ -47,5 +47,10 @@
"engines": {
"node": "4.1.x",
"npm": "2.14.x"
},
"exp": {
"name": "Connect4 Game",
"primaryColor": "#006987",
"iconUrl": "https://raw.githubusercontent.com/sergiocruz/react-native-connect4/master/assets/connect4-icon.png"
}
}

0 comments on commit b9f0285

Please sign in to comment.