Skip to content

Commit

Permalink
fix: deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Oct 8, 2024
1 parent 9c18f17 commit ae61593
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-toys-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'generic-type-guard': patch
---

Fixed some deployment issues
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ stryker.conf.js
coverage/
reports/
*.tgz
.turbo
turbo.json
.github
.changeset
.prettier*
*.config.js
*.tgz
api-extractor.json
renovate.json
temp/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"provenance": true
},
"description": "Generic type guards for TypeScript",
"main": "dist/index.js",
"types": "dist/generic-type-guard.d.ts",
"main": "./generic-type-guard.cjs",
"types": "./generic-type-guard.d.cts",
"engines": {
"node": ">= 18"
},
Expand Down

0 comments on commit ae61593

Please sign in to comment.