Skip to content

Commit ddc4679

Browse files
committedJan 23, 2023
fix: publish only index files
1 parent be0e1bf commit ddc4679

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

Diff for: ‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "fetch-undici-polyfill",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Polyfill fetch with undici implementation on NodeJS.",
55
"exports": {
66
"types": "./index.d.ts",
77
"import": "./index.mjs",
88
"require": "./index.cjs"
99
},
10+
"files": [
11+
"index.*"
12+
],
1013
"scripts": {
1114
"test": "node tests/with-polyfill.mjs && node tests/without-polyfill.mjs"
1215
},

0 commit comments

Comments
 (0)
Please sign in to comment.