From d2a39bd9be7fd95cc8cd934f379dec3d8c54985e Mon Sep 17 00:00:00 2001 From: Shota Tamura Date: Tue, 14 Apr 2026 09:19:48 +0900 Subject: [PATCH] fix: incorrect user name --- package-lock.json | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index df17f07..a1400c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "react-compare-image", "version": "3.5.16", "license": "MIT", - "dependencies": { - "tiny-invariant": "^1.3.3" - }, "devDependencies": { "@babel/preset-env": "^7.29.2", "@babel/preset-react": "^7.28.5", @@ -5904,6 +5901,7 @@ "version": "1.3.3", "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", + "dev": true, "license": "MIT" }, "node_modules/tinybench": { diff --git a/package.json b/package.json index e09bcd9..aca6fc9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "junkboy0315/react-compare-image" + "url": "tam315/react-compare-image" }, "author": "Shota Tamura", "license": "MIT",