Skip to content

Commit 62b5f2c

Browse files
committed
chore: Reference the correct file
Signed-off-by: Richie Bendall <[email protected]>
1 parent 9e1302e commit 62b5f2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "node-fetch",
33
"version": "3.0.0-beta.4",
44
"description": "A light-weight module that brings window.fetch to node.js",
5+
"main": "./dist/dist-src",
56
"files": [
67
"src/**/*",
78
"dist/**/*",
@@ -42,7 +43,6 @@
4243
"@babel/preset-env": "^7.8.7",
4344
"@babel/register": "^7.8.6",
4445
"@pika/pack": "^0.5.0",
45-
"@pika/plugin-build-node": "^0.9.2",
4646
"@pika/plugin-build-types": "^0.9.2",
4747
"@pika/plugin-copy-assets": "^0.9.2",
4848
"@pika/plugin-standard-pkg": "^0.9.2",
@@ -72,9 +72,6 @@
7272
[
7373
"@pika/plugin-standard-pkg"
7474
],
75-
[
76-
"@pika/plugin-build-node"
77-
],
7875
[
7976
"@pika/plugin-build-types"
8077
],

0 commit comments

Comments
 (0)