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 9e1302e commit 62b5f2cCopy full SHA for 62b5f2c
package.json
@@ -2,6 +2,7 @@
2
"name": "node-fetch",
3
"version": "3.0.0-beta.4",
4
"description": "A light-weight module that brings window.fetch to node.js",
5
+ "main": "./dist/dist-src",
6
"files": [
7
"src/**/*",
8
"dist/**/*",
@@ -42,7 +43,6 @@
42
43
"@babel/preset-env": "^7.8.7",
44
"@babel/register": "^7.8.6",
45
"@pika/pack": "^0.5.0",
- "@pika/plugin-build-node": "^0.9.2",
46
"@pika/plugin-build-types": "^0.9.2",
47
"@pika/plugin-copy-assets": "^0.9.2",
48
"@pika/plugin-standard-pkg": "^0.9.2",
@@ -72,9 +72,6 @@
72
[
73
"@pika/plugin-standard-pkg"
74
],
75
- [
76
- "@pika/plugin-build-node"
77
- ],
78
79
"@pika/plugin-build-types"
80
0 commit comments