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": {