Skip to content

Commit 5b0b79e

Browse files
committed
minimise published files to just necessary ones
1 parent 779c0c8 commit 5b0b79e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "module",
88
"main": "invoker.js",
99
"types": "invoker.d.ts",
10+
"files": [
11+
"invoker.d.ts"
12+
],
1013
"scripts": {
1114
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
1215
}

0 commit comments

Comments
 (0)