From 92fc396fa9d1c55fb4229693c8bb0b1e836c70e6 Mon Sep 17 00:00:00 2001 From: 43081j <43081j@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:05:17 +0100 Subject: [PATCH] fix: update package URLs --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 87db3aa..574ba57 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "!lib/test" ], "bin": { - "esperf": "./lib/bin.js" + "esperf": "lib/bin.js" }, "scripts": { "clean:build": "premove lib", @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/es-tooling/cli.git" + "url": "git+https://github.com/es-tooling/esperf.git" }, "keywords": [ "cli", @@ -34,9 +34,9 @@ "author": "James Garbutt (https://github.com/43081j)", "license": "MIT", "bugs": { - "url": "https://github.com/es-tooling/cli/issues" + "url": "https://github.com/es-tooling/esperf/issues" }, - "homepage": "https://github.com/es-tooling/cli#readme", + "homepage": "https://github.com/es-tooling/esperf#readme", "devDependencies": { "@eslint/js": "^9.8.0", "@types/node": "^22.1.0",