Skip to content

Commit

Permalink
using peerDependencies, resolves #36, resolves amazeui/amt-starter-kit#6
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Apr 20, 2016
1 parent 1250de4 commit 721a2a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
"markedify": "0.0.2",
"merge-stream": "^1.0.0",
"react-router": "^2.2.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
Expand All @@ -73,8 +75,10 @@
},
"dependencies": {
"classnames": "^2.2.3",
"react-addons-css-transition-group": "^15.0.1"
},
"peerDependencies": {
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "^15.0.1"
},
"babel": {
Expand Down

0 comments on commit 721a2a7

Please sign in to comment.