File: package-json.patch

package info (click to toggle)
node-cross-fetch 3.1.5%2Bds.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 492 kB
  • sloc: javascript: 955; makefile: 46; sh: 15
file content (14 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
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",