Skip to content

Commit d074ae6

Browse files
committed
Use the suggested dependencies and peerDependencies setup from the prop-types docs
1 parent 86d6b59 commit d074ae6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"test:watch": "nwb test --server"
3030
},
3131
"dependencies": {
32-
"inputmask-core": "^2.1.1"
32+
"inputmask-core": "^2.1.1",
33+
"prop-types": "^15.5.7"
3334
},
3435
"peerDependencies": {
35-
"react": "0.14.x || 15.x.x",
36-
"prop-types": "^15.5.8"
36+
"react": "^0.14.9 || ^15.3.0"
3737
},
3838
"devDependencies": {
3939
"eslint-config-jonnybuchanan": "2.0.3",
4040
"nwb": "0.9.x",
41-
"react": "15.x.x",
42-
"react-dom": "15.x.x"
41+
"react": "15.x",
42+
"react-dom": "15.x"
4343
},
4444
"repository": {
4545
"type": "git",

0 commit comments

Comments
 (0)