Skip to content

Commit 0d7ee13

Browse files
committed
reference to github was wrong in code.
1 parent 794b6dc commit 0d7ee13

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "xkops-toolbox",
2+
"name": "xyops-toolbox",
33
"version": "1.0.0",
44
"private": true,
55
"description": "A xyOps Event Plugin toolbox containing utility generators including Token Generator and UUID Generator.",
66
"author": "Tim Alderweireldt",
7-
"homepage": "https://github.com/talder/xkops-toolbox",
7+
"homepage": "https://github.com/talder/xyops-toolbox",
88
"license": "MIT",
99
"type": "commonjs",
1010
"bin": {
11-
"xkops-toolbox": "index.js"
11+
"xyops-toolbox": "index.js"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/talder/xkops-toolbox"
15+
"url": "https://github.com/talder/xyops-toolbox"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/talder/xkops-toolbox/issues"
18+
"url": "https://github.com/talder/xyops-toolbox/issues"
1919
},
2020
"keywords": [
2121
"xyops",

xyops.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"title": "Toolbox",
1111
"enabled": true,
1212
"type": "event",
13-
"command": "npx -y github:talder/xkops-toolbox#v1.0.0",
13+
"command": "npx -y github:talder/xyops-toolbox#v1.0.0",
1414
"script": "",
1515
"groups": [],
1616
"format": "",

0 commit comments

Comments
 (0)