Skip to content

Commit 90056b3

Browse files
committed
update: update package.json
1 parent 2fff6c8 commit 90056b3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "coderfly",
3-
"version": "1.0.0",
4-
"main": "index.js",
5-
"license": "MIT",
3+
"description": "Find function-level association impacts of code changes",
4+
"version": "0.1.0",
5+
"author": "CocaColf <cocacolf@gmail.com>",
6+
"main": "dist/index.js",
67
"type": "module",
78
"bin": {
89
"coderfly": "bin/coderfly.js"
@@ -11,6 +12,11 @@
1112
"bin",
1213
"dist"
1314
],
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/CocaColf/coderfly"
19+
},
1420
"scripts": {
1521
"build": "rm -rf dist/ && tsc && find ./dist -type f|xargs dos2unix",
1622
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)