Skip to content

Commit f992ff4

Browse files
authored
fix: exclude tests from published package (#840)
1 parent 59df709 commit f992ff4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@
4444
"./dist/cjs/index.js": "./dist/cjs-browser/index.js"
4545
},
4646
"files": [
47-
"CHANGELOG.md",
48-
"CONTRIBUTING.md",
49-
"LICENSE.md",
50-
"README.md",
51-
"dist"
47+
"dist",
48+
"!dist/**/test"
5249
],
5350
"devDependencies": {
5451
"@babel/eslint-parser": "7.25.9",

0 commit comments

Comments
 (0)