Skip to content

Commit 5272348

Browse files
authored
FEATURE-RELEASE: use node-fetch (#34)
1 parent 71dfe6f commit 5272348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"fetch",
3131
"retry",
3232
"adobe",
33-
"http"
33+
"http",
34+
"node-fetch"
3435
],
3536
"scripts": {
3637
"test": "nyc mocha --recursive --exit",

0 commit comments

Comments
 (0)