diff --git a/package.json b/package.json index c2ab1fc..1ce5159 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/capaj/react-promise.git" + }, "scripts": { "build": "yarn build:esm && yarn build:cjs", "prepare": "npm run build",