From 62b5f2cc8677294ffd2b78ee1d97136cdbc8e9bb Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 14 Mar 2020 10:54:40 +1300 Subject: [PATCH] chore: Reference the correct file Signed-off-by: Richie Bendall --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 6ebf3b8..e941bcd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "node-fetch", "version": "3.0.0-beta.4", "description": "A light-weight module that brings window.fetch to node.js", + "main": "./dist/dist-src", "files": [ "src/**/*", "dist/**/*", @@ -42,7 +43,6 @@ "@babel/preset-env": "^7.8.7", "@babel/register": "^7.8.6", "@pika/pack": "^0.5.0", - "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-build-types": "^0.9.2", "@pika/plugin-copy-assets": "^0.9.2", "@pika/plugin-standard-pkg": "^0.9.2", @@ -72,9 +72,6 @@ [ "@pika/plugin-standard-pkg" ], - [ - "@pika/plugin-build-node" - ], [ "@pika/plugin-build-types" ],