Skip to content

Commit a007f82

Browse files
authored
Merge pull request #73 from ahstro/master
Add prop-types as a peer dependency
2 parents 444b2ac + e6e3336 commit a007f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"jsdom": "^10.0.0",
5050
"mocha": "^3.3.0",
5151
"nyc": "^10.2.0",
52-
"prop-types": "^15.5.8",
5352
"react": "^0.14.0 || ^15.0.1",
5453
"react-addons-test-utils": "^0.14.0 || ^15.0.1",
5554
"react-dom": "^0.14.0 || ^15.0.1",
5655
"sinon": "^2.1.0"
5756
},
5857
"peerDependencies": {
58+
"prop-types": "^15.5.8",
5959
"react": "^0.14.0 || ^15.0.1"
6060
}
6161
}

0 commit comments

Comments
 (0)