Skip to content

Commit a1911c3

Browse files
committed
fix: only publish dist files
1 parent a5d84a6 commit a1911c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"main": "./dist/index.js",
1313
"module": "./dist/index.module.js",
1414
"unpkg": "./dist/index.umd.js",
15+
"files": [
16+
"dist"
17+
],
1518
"keywords": [
1619
"qunit",
1720
"qunit-plugin"

0 commit comments

Comments
 (0)