Skip to content

Commit

Permalink
fix: publish only index files
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jan 23, 2023
1 parent be0e1bf commit ddc4679
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "fetch-undici-polyfill",
"version": "1.1.1",
"version": "1.1.2",
"description": "Polyfill fetch with undici implementation on NodeJS.",
"exports": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
},
"files": [
"index.*"
],
"scripts": {
"test": "node tests/with-polyfill.mjs && node tests/without-polyfill.mjs"
},
Expand Down

0 comments on commit ddc4679

Please sign in to comment.