Skip to content

Commit 28f6aff

Browse files
add keword to pakage.json
1 parent 7fd0110 commit 28f6aff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
"build": "tsc",
88
"prepare": "npm run build"
99
},
10+
"keywords": [
11+
"codegyan",
12+
"logcolor",
13+
"log color",
14+
"log colorify",
15+
"console color"
16+
],
17+
"license": "MIT",
18+
"private": false,
1019
"author": "Codegyan <support@codegyan.in>",
11-
"license": "ISC",
1220
"description": "The Log colorify provides a simple way to log messages with color-coded output in TypeScript.",
1321
"dependencies": {
1422
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)