Skip to content

Commit

Permalink
fix: types pubishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Mar 24, 2024
1 parent 0eea626 commit 6755d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"files": [
"index.js",
"lib",
"build/index.js",
"build/index.*",
"build/lib",
"CHANGELOG.md"
],
Expand Down Expand Up @@ -109,5 +109,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.4.3"
},
"types": "./build/lib/index.d.ts"
"types": "./build/index.d.ts"
}

0 comments on commit 6755d64

Please sign in to comment.