Skip to content

Commit

Permalink
v1.0.3: types definition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranasad7 committed Nov 14, 2023
1 parent eb76534 commit e4c2bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "react-reactive-storage",
"author": "kamranasad7",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"type": "module",
"keywords": ["localstorage", "react", "reactive", "storage", "react-hooks"],
"main": "./dist/react-reactive-storage.umd.cjs",
"module": "./dist/react-reactive-storage.js",
"types": "./dist/react-reactive-storage.d.ts",
"exports": {
".": {
"import": "./dist/react-reactive-storage.js",
Expand Down

0 comments on commit e4c2bd0

Please sign in to comment.