Skip to content

Commit

Permalink
fix(package.json): add peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Apr 26, 2015
1 parent 4d0168a commit 1516699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"react": "^0.13.0",
"deep-equal": "^0.2.1"
},
"peerDependencies": {
"react": "^0.13.0",
"deep-equal": "^0.2.1"
},
"jest": {
"scriptPreprocessor": "<rootDir>/test/__preprocessor__.js",
"testPathDirs": [
Expand Down

0 comments on commit 1516699

Please sign in to comment.