@mehen/win32-x64 0.6.1 → 1.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/README.md +1 -1
- package/bin/mehen.exe +0 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,4 +4,4 @@ This package contains the Mehen binary for win32-x64.
|
|
|
4
4
|
|
|
5
5
|
This package is automatically installed as an optional dependency when you install the main `mehen` package.
|
|
6
6
|
|
|
7
|
-
For more information, visit: https://github.com/
|
|
7
|
+
For more information, visit: https://github.com/ophi-dev/mehen
|
package/bin/mehen.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mehen/win32-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Mehen binary for win32-x64",
|
|
5
5
|
"keywords": ["metrics", "code-analysis", "complexity", "rust", "cli"],
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://mehen.ophi.dev",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/ophi-dev/mehen.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/ophi-dev/mehen/issues"
|
|
13
13
|
},
|
|
14
|
-
"license": "
|
|
14
|
+
"license": "AGPL-3.0-only",
|
|
15
15
|
"author": {
|
|
16
16
|
"name": "Konstantin Vyatkin",
|
|
17
17
|
"email": "tino@vtkn.io"
|