Skip to content

Commit 75d94c4

Browse files
committed
3.0.0
1 parent 114dd72 commit 75d94c4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
{
22
"name": "read-git-user",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "Returns the GitHub username and email of the current system's .gitconfig",
6-
"keywords": ["git", "config", "username", "email", "git username", "local"],
6+
"keywords": [
7+
"git",
8+
"config",
9+
"username",
10+
"email",
11+
"git username",
12+
"local"
13+
],
714
"repository": "RocktimSaikia/read-git-user",
815
"license": "MIT",
916
"author": {
1017
"name": "Rocktim Saikia",
1118
"email": "[email protected]",
1219
"url": "https://rocktimsaikia.dev"
1320
},
14-
"files": ["index.d.ts", "index.js"],
21+
"files": [
22+
"index.d.ts",
23+
"index.js"
24+
],
1525
"scripts": {
1626
"test": "ava --no-worker-threads"
1727
},

0 commit comments

Comments
 (0)