From 36242264e79c67507d5ec399d73acbc16ea566e2 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 29 Aug 2019 12:15:30 +0300 Subject: [PATCH] Correct GitHub repo URL npm uses this for the repo link, and following it led to a 404. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb49bd5d7..d85202779 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "name": "tslint-to-eslint-config", "repository": { "type": "git", - "url": "github:typescript-eslint/tslint-to-eslint" + "url": "github:typescript-eslint/tslint-to-eslint-config" }, "scripts": { "eslint": "eslint \"./src/*.ts\" \"./src/**/*.ts\" --report-unused-disable-directives",