Skip to content

Commit d828791

Browse files
authored
fix: do not include test files in npm package
1 parent 7d8734e commit d828791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"files": [
1010
"dist/**/*",
1111
"src/*",
12+
"!*.spec.*",
1213
"LICENSE"
1314
],
1415
"keywords": [

0 commit comments

Comments
 (0)