Skip to content

Commit e0ff3b8

Browse files
committed
chore(skel): Generalize package.json files
1 parent 28df92a commit e0ff3b8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/skel/package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@
4444
"typescript": "~5.6.1-rc"
4545
},
4646
"files": [
47-
"*.js",
48-
"*.ts",
47+
"./*.d.ts",
48+
"./*.js",
49+
"./*.map",
4950
"LICENSE*",
5051
"SECURITY*",
51-
"src"
52+
"dist",
53+
"lib",
54+
"src",
55+
"tools"
5256
],
5357
"publishConfig": {
5458
"access": "public"

0 commit comments

Comments
 (0)