Skip to content

Commit

Permalink
limit package files to main, license, and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwwit committed Oct 23, 2024
1 parent bfa05a4 commit 6d64b64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"lib": "./lib",
"example": "./example"
},
"files": [
"lib/XMLHttpRequest.js",
"LICENSE",
"README.md"
],
"main": "./lib/XMLHttpRequest.js",
"dependencies": {}
}

0 comments on commit 6d64b64

Please sign in to comment.