Skip to content

Commit 5ecb48e

Browse files
committed
add @pika/plugin-build-node to @pika/pack pipeline
1 parent 33532c2 commit 5ecb48e

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
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",
6-
"files": [
7-
"src",
8-
"dist",
9-
"*.d.ts"
10-
],
115
"engines": {
126
"node": ">=10.0.0"
137
},
@@ -43,6 +37,7 @@
4337
"@babel/preset-env": "^7.9.5",
4438
"@babel/register": "^7.9.0",
4539
"@pika/pack": "^0.5.0",
40+
"@pika/plugin-build-node": "^0.9.2",
4641
"@pika/plugin-standard-pkg": "^0.9.2",
4742
"abort-controller": "^3.0.0",
4843
"abortcontroller-polyfill": "^1.4.0",
@@ -67,9 +62,8 @@
6762
},
6863
"@pika/pack": {
6964
"pipeline": [
70-
[
71-
"@pika/plugin-standard-pkg"
72-
]
65+
["@pika/plugin-standard-pkg"],
66+
["@pika/plugin-build-node"]
7367
]
7468
},
7569
"xo": {
@@ -82,8 +76,8 @@
8276
"promise/prefer-await-to-then": 0,
8377
"no-mixed-operators": 0,
8478
"no-negated-condition": 0,
85-
"unicorn/prevent-abbreviations": 0,
86-
"@typescript-eslint/prefer-readonly-parameter-types": 0
79+
"unicorn/prevent-abbreviations": 0,
80+
"@typescript-eslint/prefer-readonly-parameter-types": 0
8781
},
8882
"ignores": [
8983
"dist",

0 commit comments

Comments
 (0)