Skip to content

Commit

Permalink
chore(skel): Generalize package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 4, 2024
1 parent 28df92a commit e0ff3b8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/skel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
"typescript": "~5.6.1-rc"
},
"files": [
"*.js",
"*.ts",
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"src"
"dist",
"lib",
"src",
"tools"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e0ff3b8

Please sign in to comment.