Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 6d91bd1

Browse files
committed
Merge pull request #14 from jflayhart/master
added react as a peer dependency
2 parents 318b87a + 451719e commit 6d91bd1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
}
3232
],
3333
"main": "dist/js/react-bootstrap-switch.js",
34+
"peerDependencies": {
35+
"react": "^0.14 || ^15.0.0"
36+
},
3437
"dependencies": {
35-
"jquery": ">=1.9.0",
36-
"react": "^0.14.0"
38+
"jquery": ">=1.9.0"
3739
},
3840
"repository": {
3941
"type": "git",

0 commit comments

Comments
 (0)