@moonrepo/cli 0.0.5 → 0.0.8
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/moon +1 -1
- package/package.json +9 -5
package/moon
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
This file exists so that
|
|
1
|
+
This file exists so that package manager's link the binary to `node_modules/.bin`!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonrepo/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "moon command line and core system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moon",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"cpu": [
|
|
17
17
|
"x64"
|
|
18
18
|
],
|
|
19
|
+
"files": [
|
|
20
|
+
"moon",
|
|
21
|
+
"postinstall.js"
|
|
22
|
+
],
|
|
19
23
|
"author": "Miles Johnson",
|
|
20
24
|
"license": "MIT",
|
|
21
25
|
"bin": {
|
|
@@ -33,9 +37,9 @@
|
|
|
33
37
|
"detect-libc": "^2.0.1"
|
|
34
38
|
},
|
|
35
39
|
"optionalDependencies": {
|
|
36
|
-
"@moonrepo/core-linux-x64-gnu": "^0.0.
|
|
37
|
-
"@moonrepo/core-linux-x64-musl": "^0.0.
|
|
38
|
-
"@moonrepo/core-macos-x64": "^0.0.
|
|
39
|
-
"@moonrepo/core-windows-x64-msvc": "^0.0.
|
|
40
|
+
"@moonrepo/core-linux-x64-gnu": "^0.0.8",
|
|
41
|
+
"@moonrepo/core-linux-x64-musl": "^0.0.7",
|
|
42
|
+
"@moonrepo/core-macos-x64": "^0.0.8",
|
|
43
|
+
"@moonrepo/core-windows-x64-msvc": "^0.0.8"
|
|
40
44
|
}
|
|
41
45
|
}
|