From 3f8b973d395beb527b6325a6a21864fa5ea88f51 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 6 Feb 2025 09:50:58 -0700 Subject: [PATCH] Include repo details in package.json --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 03a935b..4fce4e5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@openlayers/codemod", + "description": "Applies code modifications to assist with upgrades", "version": "0.1.2", "private": false, "bin": "./codemod.js", @@ -12,7 +13,13 @@ "pretest": "npm run lint", "test": "vitest --run" }, - "description": "Applies code modifications to assist with upgrades", + "repository": { + "type": "git", + "url": "git://github.com/openlayers/codemod.git" + }, + "bugs": { + "url": "https://github.com/openlayers/codemod/issues" + }, "devDependencies": { "eslint": "^9.17.0", "eslint-config-openlayers": "^20.0.0",