Skip to content

Commit

Permalink
minimise published files to just necessary ones
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Feb 8, 2024
1 parent 779c0c8 commit 5b0b79e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"type": "module",
"main": "invoker.js",
"types": "invoker.d.ts",
"files": [
"invoker.d.ts"
],
"scripts": {
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
}
Expand Down

0 comments on commit 5b0b79e

Please sign in to comment.