Skip to content

Commit 549d6b6

Browse files
committed
feat: add files proerty to include in the project
1 parent aea3885 commit 549d6b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
}
3939
}
4040
},
41+
"files": [
42+
"./dist",
43+
"./package.json",
44+
"./tsconfig.json"
45+
],
4146
"keywords": ["utils", "codecarrot"],
4247
"author": {
4348
"email": "[email protected]",

0 commit comments

Comments
 (0)