diff --git a/package.json b/package.json index dc456a4..1992373 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Kenneth-Sills/eslint-config-airbnb-typescript.git" + "url": "git+https://github.com/Kenneth-Sills/eslint-config-airbnb-typescript.git" }, "license": "MIT", "author": "Kenneth Sills ", @@ -87,5 +87,8 @@ "typescript": { "optional": true } + }, + "publishConfig": { + "access": "public" } }