Skip to content

Commit

Permalink
build: remove TS from package
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Mar 28, 2024
1 parent 04721c5 commit d00c3c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-hats-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kopflos-cms/core": patch
---

Remove TS sources from package
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"prepack": "npm run build",
"release": "changeset publish"
},
"files": [
"*.js",
"*.d.ts",
"lib/**/*.js",
"lib/**/*.d.ts"
],
"author": "Zazuko GmbH",
"contributors": [
{
Expand Down

0 comments on commit d00c3c3

Please sign in to comment.