Skip to content

Commit 2a33c1d

Browse files
zachrnolanShahen Hovhannisyan
authored andcommitted
fix(package.json): Moved React to devDependencies (#81)
* moved react to peerDependencies * package.json formatting * moved react to devDependencies
1 parent 6f1b9a9 commit 2a33c1d

File tree

2 files changed

+188
-286
lines changed

2 files changed

+188
-286
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"babel-preset-react": "6.16.0",
4141
"babel-preset-react-native": "1.9.0",
4242
"babel-preset-react-native-stage-0": "1.0.1",
43-
"lodash": "^4.16.6",
44-
"react": "^15.3.2"
43+
"lodash": "^4.16.6"
4544
},
4645
"devDependencies": {
4746
"babel-eslint": "7.1.0",
@@ -55,12 +54,13 @@
5554
"eslint-plugin-react-native": "1.1.0",
5655
"jest": "17.0.0",
5756
"jest-react-native": "17.0.0",
57+
"react": "^15.3.2",
5858
"react-native": "^0.37.0",
5959
"react-native-create-library": "^1.0.4",
6060
"react-test-renderer": "15.3.2",
6161
"semantic-release": "^4.3.5"
6262
},
63-
"peerDependencies": {
63+
"peerDependencies": {
6464
"react-native": ">=0.35"
6565
}
6666
}

0 commit comments

Comments
 (0)