We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779c0c8 commit 5b0b79eCopy full SHA for 5b0b79e
package.json
@@ -7,6 +7,9 @@
7
"type": "module",
8
"main": "invoker.js",
9
"types": "invoker.d.ts",
10
+ "files": [
11
+ "invoker.d.ts"
12
+ ],
13
"scripts": {
14
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
15
}
0 commit comments