Skip to content

Commit 4c88bad

Browse files
committed
Fix(NPM): Publish only needed files
1 parent 9b9eda1 commit 4c88bad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"javascript"
1717
],
1818
"files": [
19-
"dist",
20-
"bin",
19+
"dist/*",
20+
"bin/*",
21+
"packages/*",
2122
"staticscript.d.ts"
2223
],
2324
"bin": {

0 commit comments

Comments
 (0)