Skip to content

Commit

Permalink
[Fix]: remove redundant files from the npm packsge
Browse files Browse the repository at this point in the history
Currently a lot of unnecessary files are being included in the NPM package.
  • Loading branch information
alan-agius4 authored Dec 19, 2024
1 parent 5bd9dbf commit 5bdf33b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@
},
"publishConfig": {
"ignore": [
".github/workflows",
".github/.well-known",
".github",
"appveyor.yml",
"test/resolver/malformed_package_json"
"test"
]
},
"engines": {
Expand Down

0 comments on commit 5bdf33b

Please sign in to comment.