Skip to content

Commit

Permalink
Move react-dom into peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeleD committed Mar 22, 2016
1 parent 6792216 commit 400929a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"url": "https://github.com/AdeleD/react-paginate/issues"
},
"dependencies": {
"classnames": "^1.2.2",
"classnames": "^1.2.2"
},
"peerDependencies": {
"react-addons-create-fragment": "^0.14.7",
"react-dom": "^0.14.7"
},
Expand All @@ -44,7 +46,6 @@
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {},
"scripts": {
"test": "BABEL_JEST_STAGE=0 jest",
"prepublish": "babel ./react_components --out-dir ./dist --source-maps --presets es2015,stage-0,react",
Expand Down

0 comments on commit 400929a

Please sign in to comment.