Skip to content

Commit a13df3f

Browse files
Update Package.json
1 parent b9e2d6e commit a13df3f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,24 @@
1111
"packageManager": "yarn@1.22.22",
1212

1313
"files": [
14-
"*"
14+
"/dist",
15+
"LICENSE.md",
16+
"README.md",
17+
"package.json"
1518
],
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/Codegyan-LLC/codegyan-node.git"
22+
},
23+
"keywords": [
24+
"codegyan",
25+
"codegyan node",
26+
"api",
27+
"client",
28+
"compiler api"
29+
],
30+
"author": "Codegyan <admin@codegyan.in>",
31+
"license": "MIT",
1632
"private": false,
1733
"scripts": {
1834
"build": "tsc --build",

0 commit comments

Comments
 (0)