Skip to content

Commit

Permalink
fix(package.json): Moved React to devDependencies (#81)
Browse files Browse the repository at this point in the history
* moved react to peerDependencies

* package.json formatting

* moved react to devDependencies
  • Loading branch information
zachrnolan authored and Shahen Hovhannisyan committed Jul 4, 2017
1 parent 6f1b9a9 commit 2a33c1d
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 286 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,8 +40,7 @@
"babel-preset-react": "6.16.0",
"babel-preset-react-native": "1.9.0",
"babel-preset-react-native-stage-0": "1.0.1",
"lodash": "^4.16.6",
"react": "^15.3.2"
"lodash": "^4.16.6"
},
"devDependencies": {
"babel-eslint": "7.1.0",
Expand All @@ -55,12 +54,13 @@
"eslint-plugin-react-native": "1.1.0",
"jest": "17.0.0",
"jest-react-native": "17.0.0",
"react": "^15.3.2",
"react-native": "^0.37.0",
"react-native-create-library": "^1.0.4",
"react-test-renderer": "15.3.2",
"semantic-release": "^4.3.5"
},
"peerDependencies": {
"peerDependencies": {
"react-native": ">=0.35"
}
}

0 comments on commit 2a33c1d

Please sign in to comment.