Skip to content

Commit

Permalink
Fixed Duplicate versions of react-native (#1885)
Browse files Browse the repository at this point in the history
This PR fixed #1803 issue.
  • Loading branch information
abdurrahmanekr authored and aksonov committed May 26, 2017
1 parent a71dd1f commit 85ebcef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-router-flux",
"version": "3.39.1",
"version": "3.39.2",
"description": "React Native Router using Flux architecture",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,8 +38,6 @@
],
"dependencies": {
"lodash.isequal": "^4.5.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-experimental-navigation": "0.27.x",
"react-native-tabs": "^1.0.9",
"react-static-container": "1.0.1"
Expand Down

0 comments on commit 85ebcef

Please sign in to comment.