Skip to content

Commit

Permalink
fix: missing dts
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 22, 2024
1 parent e7a81b6 commit 9178b7e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-radios-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"barnard59-env": patch
---

.d.ts files were not included in package
1 change: 0 additions & 1 deletion packages/env/.npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"build": "tsc",
"prepack": "npm run build"
},
"files": [
"*.js",
"*.d.ts",
"lib/*.js",
"lib/*.d.ts"
],
"dependencies": {
"@zazuko/env-node": "^2.1.1",
"@zazuko/vocabulary-extras-builders": "^1.1.3"
Expand Down

0 comments on commit 9178b7e

Please sign in to comment.