Skip to content

Commit 3e99223

Browse files
authored
Merge pull request #12 from ndaba1/dev-main
fix: updated lib files sources
2 parents b7201dc + 7e8f8bb commit 3e99223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*
22

3-
!./dist/*
3+
!./dist/
44
!./.npmignore
55
!./package.json
66
!./README.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tw"
2828
],
2929
"files": [
30-
"./dist/*",
30+
"./dist/",
3131
"LICENSE",
3232
"README.md"
3333
],

0 commit comments

Comments
 (0)