Skip to content

Commit

Permalink
Only include necessary files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 21, 2023
1 parent 110247e commit 21ba540
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 @@ -32,6 +32,11 @@
"test": "web-test-runner 'tests/**/*.test.ts' --node-resolve --esbuild-target auto --config ./web-dev-server.config.mjs",
"clean": "rimraf dist coverage pkg target"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"dependencies": {},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down

0 comments on commit 21ba540

Please sign in to comment.