Skip to content

Commit

Permalink
move to devDependencies instead
Browse files Browse the repository at this point in the history
  • Loading branch information
corymayer committed May 14, 2017
1 parent 9eedd7b commit 4d58f3c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
"react-native-tabs": "^1.0.9",
"react-static-container": "1.0.1"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-native": "0.x"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
Expand All @@ -70,6 +65,9 @@
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"jest": "19.0.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-native": "0.x",
"react-test-renderer": "15.4.2"
},
"jest": {
Expand Down

0 comments on commit 4d58f3c

Please sign in to comment.