Skip to content

Commit

Permalink
Merge pull request #6 from mdemichele/update-package-with-new-info
Browse files Browse the repository at this point in the history
Update package with new info
  • Loading branch information
mdemichele authored Mar 1, 2025
2 parents 720985f + fe43ef3 commit 67648cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "redux-persist",
"version": "6.1.0",
"version": "0.0.1",
"description": "persist and rehydrate redux stores",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"repository": "rt2zz/redux-persist",
"repository": "mdemichele/redux-persist",
"files": [
"src",
"es",
Expand Down Expand Up @@ -33,9 +33,9 @@
"git add"
]
},
"author": "",
"author": "Matthew DeMichele <[email protected]> (https://mattdemichele.co)",
"license": "MIT",
"homepage": "https://github.com/rt2zz/redux-persist#readme",
"homepage": "https://github.com/mdemichele/redux-persist#readme",
"ava": {
"files": [
"tests/**/*.spec.ts"
Expand Down

0 comments on commit 67648cb

Please sign in to comment.