From a90716bb71580e4dbc923ad32dc0d3f74d12bea0 Mon Sep 17 00:00:00 2001 From: ealush Date: Sun, 25 Sep 2022 17:41:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=20V4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5309bb9d..5ce3515a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.0-rc.35", + "version": "4.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -10,6 +10,10 @@ "engines": { "node": ">=10" }, + "repository": { + "type": "git", + "url": "https://github.com/ealush/emoji-picker-react.git" + }, "scripts": { "start": "tsdx watch", "build": "node ./scripts/prepare.js && tsdx build", @@ -26,7 +30,7 @@ }, "husky": { "hooks": { - "pre-commit": "tsdx lint" + "pre-commit": "yarn lint" } }, "prettier": {