Merge pull request #280 from nolanlawson/prop-types-dep

fix: add prop-types to dependencies
nolan/hinaloe-test
Nolan Lawson 2019-03-12 08:08:24 -07:00 committed by GitHub
commit 646ad7f7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,9 @@
"url": "https://github.com/missive/emoji-mart/issues"
},
"homepage": "https://github.com/missive/emoji-mart",
"dependencies": {},
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
},
@ -51,7 +53,6 @@
"karma-webpack": "^2.0.4",
"mkdirp": "0.5.1",
"prettier": "1.11.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rimraf": "2.5.2",