Skip to content

Commit

Permalink
DIG-12309 Use same devDependency as peerDependency for react
Browse files Browse the repository at this point in the history
  • Loading branch information
Jørgen Aaberg committed Sep 6, 2016
1 parent 7c8b1a7 commit dd2d206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"mocha-tap13": "^1.0.4",
"node-lessify": "^0.1.4",
"nsp": "^2.2.0",
"react": "15.3.1",
"react-addons-test-utils": "15.1.0",
"react-dom": "15.1.0"
"react": "^15.2.0",
"react-addons-test-utils": "^15.2.0",
"react-dom": "^15.2.0"
},
"peerDependencies": {
"ffe-core": "^6.2.0",
"react": "^15.1.0"
"react": "^15.2.0"
},
"publishConfig": {
"registry": "***REMOVED***"
Expand Down

0 comments on commit dd2d206

Please sign in to comment.