Skip to content

Commit 4aea06d

Browse files
committed
Remove non-required peer-dependencies.
1 parent 17382e8 commit 4aea06d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"license": "MIT",
3434
"main": "index.js",
3535
"peerDependencies": {
36-
"gatsby": "^2.0.0",
37-
"react": "^16.11.0",
38-
"webpack": "^4.41.2"
36+
"gatsby": "^2.0.0"
3937
},
4038
"repository": "https://github.com/wiziple/gatsby-plugin-intl",
4139
"scripts": {

0 commit comments

Comments
 (0)