@followthecode/cli 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/linux-x64/ftc.cli +0 -0
- package/bin/osx-x64/ftc.cli +0 -0
- package/bin/win-x64/ftc.cli.exe +0 -0
- package/package.json +5 -5
package/bin/linux-x64/ftc.cli
CHANGED
|
Binary file
|
package/bin/osx-x64/ftc.cli
CHANGED
|
Binary file
|
package/bin/win-x64/ftc.cli.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@followthecode/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "CLI tool for Git repository analysis and data collection",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
|
-
"ftc": "
|
|
12
|
-
"ftc-linux": "
|
|
11
|
+
"ftc": "bin/ftc.js",
|
|
12
|
+
"ftc-linux": "bin/ftc"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "npm run build:all && npm run setup",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"author": "Follow The Code Team",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "https://github.com/your-org/follow-the-code.git"
|
|
50
|
+
"url": "git+https://github.com/your-org/follow-the-code.git"
|
|
51
51
|
},
|
|
52
52
|
"bugs": {
|
|
53
53
|
"url": "https://github.com/your-org/follow-the-code/issues"
|
|
@@ -102,4 +102,4 @@
|
|
|
102
102
|
"resolutions": {
|
|
103
103
|
"node-domexception": "npm:undici@^5.0.0"
|
|
104
104
|
}
|
|
105
|
-
}
|
|
105
|
+
}
|