Skip to content

Commit

Permalink
chore: add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 10, 2019
1 parent be0d536 commit 90af9d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"scripts": {
"test": "jest",
"prebuild": "rm -rf dist/",
"build": "microbundle --external react",
"build": "microbundle --external prop-types",
"prepublishOnly": "yarn build",
"release": "standard-version && conventional-github-releaser --preset angular"
},
"peerDependencies": {
"prop-types": "^15.7.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
Expand All @@ -28,6 +31,7 @@
"conventional-github-releaser": "^3.1.3",
"jest": "^24.8.0",
"microbundle": "^0.11.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"standard-version": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6165,7 +6165,7 @@ prompts@^2.0.1:
kleur "^3.0.3"
sisteransi "^1.0.3"

prop-types@^15.6.2:
prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down

0 comments on commit 90af9d6

Please sign in to comment.