Skip to content

Commit

Permalink
Fixed types and TS logo in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Feb 20, 2024
1 parent 37be626 commit 9a2c66c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 64 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wr/flatted",
"version": "3.2.13",
"version": "3.3.0",
"exports": "./esm/index.js",
"exclude": [
".github/*",
Expand Down
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"circular-json": "^0.5.9",
"circular-json-es6": "^2.0.2",
"jsan": "^3.1.14",
"rollup": "^4.11.0",
"terser": "^5.27.0",
"rollup": "^4.12.0",
"terser": "^5.27.2",
"typescript": "^5.3.3"
},
"module": "./esm/index.js",
Expand All @@ -60,5 +60,6 @@
},
"./esm": "./esm.js",
"./package.json": "./package.json"
}
},
"types": "./types/index.d.ts"
}

0 comments on commit 9a2c66c

Please sign in to comment.