We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa655c commit f2ac430Copy full SHA for f2ac430
browser.js
package.json
@@ -3,13 +3,11 @@
3
"version": "2.2.0",
4
"description": "A light-weight module that brings window.fetch to node.js",
5
"main": "lib/index",
6
- "browser": "./browser.js",
7
"module": "lib/index.mjs",
8
"files": [
9
"lib/index.js",
10
"lib/index.mjs",
11
- "lib/index.es.js",
12
- "browser.js"
+ "lib/index.es.js"
13
],
14
"engines": {
15
"node": "4.x || >=6.0.0"
0 commit comments