Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 27, 2024
1 parent a316e85 commit b6b19f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"types": "./index.d.ts",
"files": [
"index.js",
"index.d.ts"
"index.d.ts",
"strict.js",
"strict.d.ts"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b6b19f0

Please sign in to comment.