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 2fff6c8 commit 90056b3Copy full SHA for 90056b3
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "coderfly",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "license": "MIT",
+ "description": "Find function-level association impacts of code changes",
+ "version": "0.1.0",
+ "author": "CocaColf <cocacolf@gmail.com>",
6
+ "main": "dist/index.js",
7
"type": "module",
8
"bin": {
9
"coderfly": "bin/coderfly.js"
@@ -11,6 +12,11 @@
11
12
"bin",
13
"dist"
14
],
15
+ "license": "MIT",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/CocaColf/coderfly"
19
+ },
20
"scripts": {
21
"build": "rm -rf dist/ && tsc && find ./dist -type f|xargs dos2unix",
22
"lint": "eslint . --ext .ts",
0 commit comments