Skip to content

Commit

Permalink
Adding back peerDependencies
Browse files Browse the repository at this point in the history
Accidentally removed these, putting them back.
  • Loading branch information
llongley committed May 26, 2016
1 parent 9ce9e02 commit 086ebdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"url": "https://github.com/winjs/react-winjs"
},
"license": "MIT",
"peerDependencies": {
"react": "15.0.x",
"react-dom": "15.0.x",
"winjs": "4.4.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
Expand Down

0 comments on commit 086ebdf

Please sign in to comment.