Skip to content

Commit

Permalink
move "whatwg-fetch" in devDependencies
Browse files Browse the repository at this point in the history
Seems it's bundled when building an not needed as dependency.
  • Loading branch information
znarf authored and lquixada committed Apr 13, 2020
1 parent 7466f27 commit 0a95aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -47,8 +47,7 @@
"url": "https://github.com/lquixada/cross-fetch/issues"
},
"dependencies": {
"node-fetch": "2.6.0",
"whatwg-fetch": "3.0.0"
"node-fetch": "2.6.0"
},
"devDependencies": {
"chai": "4.2.0",
Expand All @@ -67,7 +66,8 @@
"sinon": "9.0.0",
"standard": "14.3.1",
"webpack": "4.42.0",
"webpack-cli": "3.3.11"
"webpack-cli": "3.3.11",
"whatwg-fetch": "3.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 0a95aef

Please sign in to comment.