Skip to content

Commit

Permalink
Merge pull request #1383 from bluwy/map-ref
Browse files Browse the repository at this point in the history
Remove references to .map files
  • Loading branch information
paulmillr authored Nov 1, 2024
2 parents 97894d3 + 6981c5d commit e9cd7f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/node_modules/
/test-fixtures/
/*.d.ts
/*.map
/index.js
/handler.js
/esm
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
"files": [
"index.js",
"index.d.ts",
"index.d.ts.map",
"index.js.map",
"handler.js",
"handler.d.ts",
"handler.d.ts.map",
"handler.js.map",
"esm"
],
"main": "./index.js",
Expand Down

0 comments on commit e9cd7f6

Please sign in to comment.