diff --git a/package.json b/package.json index 09042db..08b3962 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "node": "^20.12.0", "pnpm": "^9.4.0" }, - "version": "2.0.0", + "version": "2.0.1", "description": "This is opinionated eslint configuration preset we use at Omnicalculator.com", "main": "index.cjs", "scripts": { @@ -38,5 +38,9 @@ "devDependencies": { "eslint": "^9.9.1", "prettier": "~2.5.1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/omnicalculator/omnicalculator-eslint-config" } }