Skip to content

Commit 6134f02

Browse files
committed
Use full glob patterns in files, exclude unit tests from published tarball
1 parent 7e134d0 commit 6134f02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/react-date-picker/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@
8686
"provenance": true
8787
},
8888
"files": [
89-
"dist",
90-
"src"
89+
"dist/**/*",
90+
"src/**/*",
91+
"!**/*.spec.ts",
92+
"!**/*.spec.tsx"
9193
],
9294
"repository": {
9395
"type": "git",

0 commit comments

Comments
 (0)