From d30788da6021c3d70b5f26395cf2549d72917a09 Mon Sep 17 00:00:00 2001 From: Matthew DeMichele Date: Wed, 19 Feb 2025 12:51:33 -0700 Subject: [PATCH 1/3] add new info regarding the forked repo --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b59b0556..4aa1112d 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { - "name": "redux-persist", - "version": "6.1.0", + "name": "redux-persist", + "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", - "lib", + "es", + "lib", "dist", "integration", "README.md" - ], + ], "scripts": { - "ava": "ava", + "ava": "ava", "build": "npm run build:commonjs && npm run build:es && npm run build:umd", "build:commonjs": "tsc --module commonjs --outDir lib", "build:es": "tsc --module es2015 --outDir es", @@ -33,9 +33,9 @@ "git add" ] }, - "author": "", + "author": "Matthew DeMichele", "license": "MIT", - "homepage": "https://github.com/rt2zz/redux-persist#readme", + "homepage": "https://github.com/mdemichele/redux-persist#readme", "ava": { "files": [ "tests/**/*.spec.ts" From 4da85a92d6c0dc4f9960463ab5486a49bc02d2c9 Mon Sep 17 00:00:00 2001 From: Matthew DeMichele Date: Wed, 19 Feb 2025 12:55:57 -0700 Subject: [PATCH 2/3] remove unnecessary whitespace - those were just there by mistake --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4aa1112d..36355875 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "redux-persist", + "name": "redux-persist", "version": "0.0.1", "description": "persist and rehydrate redux stores", "main": "lib/index.js", @@ -8,14 +8,14 @@ "repository": "mdemichele/redux-persist", "files": [ "src", - "es", - "lib", + "es", + "lib", "dist", "integration", "README.md" - ], + ], "scripts": { - "ava": "ava", + "ava": "ava", "build": "npm run build:commonjs && npm run build:es && npm run build:umd", "build:commonjs": "tsc --module commonjs --outDir lib", "build:es": "tsc --module es2015 --outDir es", From fe43ef3cae51d3bff1c2342c57ba1943521f94f8 Mon Sep 17 00:00:00 2001 From: Matthew DeMichele Date: Thu, 20 Feb 2025 13:23:02 -0700 Subject: [PATCH 3/3] add author info --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36355875..f658710e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "git add" ] }, - "author": "Matthew DeMichele", + "author": "Matthew DeMichele (https://mattdemichele.co)", "license": "MIT", "homepage": "https://github.com/mdemichele/redux-persist#readme", "ava": {