Skip to content

Commit

Permalink
Release 2.5.1 - fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
activenode committed Mar 14, 2024
1 parent a00aa99 commit 472e96f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unglitch",
"version": "2.5.0",
"version": "2.5.1",
"description": "Yes. React 18+ only and not planning to port to anything else. Get your sh*t up-to-date.",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -15,7 +15,8 @@
"exports": {
".": {
"require": "./dist/cjs/index.min.cjs",
"import": "./dist/esm/index.min.mjs"
"import": "./dist/esm/index.min.mjs",
"types": "./dist/types/index.d.ts"
}
},
"files": [
Expand Down Expand Up @@ -49,4 +50,4 @@
"dependencies": {
"fast-equals": "^5.0.1"
}
}
}

0 comments on commit 472e96f

Please # to comment.