From d38166a1364e9026e9eb4cc37d137a7135d9b0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sat, 12 Feb 2022 18:07:39 +0100 Subject: [PATCH] chore: simplify repo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93bd7a9..60d7a84 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "error-overlay" ], "bugs": "https://github.com/gregberge/error-overlay-webpack-plugin/issues", - "repository": "https://github.com/gregberge/error-overlay-webpack-plugin.git", + "repository": "github:gregberge/error-overlay-webpack-plugin", "version": "1.0.0", "type": "commonjs", "main": "dist/index.cjs",