Skip to content

Commit

Permalink
fix: update package URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Aug 9, 2024
1 parent 212e38d commit 92fc396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!lib/test"
],
"bin": {
"esperf": "./lib/bin.js"
"esperf": "lib/bin.js"
},
"scripts": {
"clean:build": "premove lib",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 92fc396

Please sign in to comment.