Skip to content

Commit 81ae4ee

Browse files
committed
chore: fix package.json
1 parent 6fe79da commit 81ae4ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "check-npm-client",
33
"description": "A utility to check which npm client(yarn/npm) is used",
4-
"version": "1.0.0",
4+
"keywords": [
5+
"npm",
6+
"yarn",
7+
"npm scripts",
8+
"npm user agent"
9+
],
10+
"version": "1.0.1",
511
"author": "aprilandjan",
612
"license": "MIT",
713
"files": [
@@ -20,7 +26,7 @@
2026
},
2127
"repository": {
2228
"type": "git",
23-
"url": "https://github.com/aprilandjan/ascii-tree-generator"
29+
"url": "https://github.com/aprilandjan/check-npm-client"
2430
},
2531
"dependencies": {
2632
"chalk": "^3.0.0",

0 commit comments

Comments
 (0)