We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68ef66 commit dd0f432Copy full SHA for dd0f432
package.json
@@ -2,7 +2,7 @@
2
"name": "@semptian/coderfly",
3
"description": "Find function-level association impacts of code changes",
4
"version": "0.1.1",
5
- "author": "CocaColf <cocacolf@gmail.com>",
+ "author": "CocaColf <beierweiwei@gmail.com>",
6
"main": "dist/index.js",
7
"bin": {
8
"coderfly": "bin/coderfly.js"
@@ -14,7 +14,7 @@
14
"license": "MIT",
15
"repository": {
16
"type": "git",
17
- "url": "https://github.com/CocaColf/coderfly"
+ "url": "https://github.com/beierweiwei/coderfly"
18
},
19
"scripts": {
20
"build": "rimraf dist && tsc && node ./copy_files.js",
0 commit comments