File tree 1 file changed +5
-11
lines changed 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " node-fetch" ,
3
3
"version" : " 3.0.0-beta.4" ,
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" ,
9
- " *.d.ts"
10
- ],
11
5
"engines" : {
12
6
"node" : " >=10.0.0"
13
7
},
43
37
"@babel/preset-env" : " ^7.9.5" ,
44
38
"@babel/register" : " ^7.9.0" ,
45
39
"@pika/pack" : " ^0.5.0" ,
40
+ "@pika/plugin-build-node" : " ^0.9.2" ,
46
41
"@pika/plugin-standard-pkg" : " ^0.9.2" ,
47
42
"abort-controller" : " ^3.0.0" ,
48
43
"abortcontroller-polyfill" : " ^1.4.0" ,
67
62
},
68
63
"@pika/pack" : {
69
64
"pipeline" : [
70
- [
71
- " @pika/plugin-standard-pkg"
72
- ]
65
+ [" @pika/plugin-standard-pkg" ],
66
+ [" @pika/plugin-build-node" ]
73
67
]
74
68
},
75
69
"xo" : {
82
76
"promise/prefer-await-to-then" : 0 ,
83
77
"no-mixed-operators" : 0 ,
84
78
"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
87
81
},
88
82
"ignores" : [
89
83
" dist" ,
You can’t perform that action at this time.
0 commit comments