1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: replace node-ponyfill.js with cross-fetch.js
Author: Nicolas Mora <babelouest@debian.org>
Forwarded: not-needed
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "3.1.5",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
"homepage": "https://github.com/lquixada/cross-fetch",
- "main": "dist/node-ponyfill.js",
+ "main": "dist/cross-fetch.js",
"browser": "dist/browser-ponyfill.js",
"react-native": "dist/react-native-ponyfill.js",
"types": "index.d.ts",
|