Skip to content

Commit

Permalink
feat: Export type declarations (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jul 24, 2024
1 parent 3de4a1a commit d86b7a4
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 @@ -18,6 +18,7 @@
"node": ">=14",
"npm": ">=8"
},
"types": "./build/index.d.ts",
"main": "./build/index.js",
"bin": {},
"directories": {
Expand All @@ -26,8 +27,7 @@
"files": [
"index.js",
"lib",
"build/index.js",
"build/lib",
"build",
"scripts",
"atoms",
"CHANGELOG.md"
Expand Down

0 comments on commit d86b7a4

Please sign in to comment.