chore: Reference the correct file

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-03-14 10:54:40 +13:00
parent 9e1302ea98
commit 62b5f2cc86
No known key found for this signature in database
GPG Key ID: 94AE1ACB662A2A6D
1 changed files with 1 additions and 4 deletions

View File

@ -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"
],