Skip to content

Commit

Permalink
build: remove TS
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 15, 2024
1 parent f8c11d0 commit 1f828be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/ninety-adults-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"alcaeus-core": patch
"alcaeus": patch
"alcaeus-model": patch
---

Remove TS from packed packages
15 changes: 3 additions & 12 deletions packages/alcaeus/.npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
docs/
gitbook/
src/
*.config.js
.idea/
.github/
tests/
*.json
.travis.yml
.editorconfig
*ignore
coverage/
test/
*.ts
!*.d.ts
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"build": "tsc",
"prepack": "npm run build"
},
"files": [
"index.js",
"index.d.ts"
],
"license": "MIT",
"dependencies": {
"@rdfine/hydra": "^0.10.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/model/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test/
*.ts
!*.d.ts
!*.js

0 comments on commit 1f828be

Please sign in to comment.