Skip to content

Commit

Permalink
Merge pull request #24 from wheresrhys/wheresrhys-patch-1
Browse files Browse the repository at this point in the history
Adds node-fetch peer dependency
  • Loading branch information
wheresrhys authored Nov 21, 2020
2 parents c35a560 + 8671655 commit e9a5fcf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,13 @@
"jest": "^25.0.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.4"
}
},
"peerDependencies": {
"node-fetch": "*"
},
"peerDependenciesMeta": {
"node-fetch": {
"optional": true
}
},
}

0 comments on commit e9a5fcf

Please sign in to comment.