@moonrepo/cli 0.0.7 → 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.
Files changed (2) hide show
  1. package/moon +1 -1
  2. package/package.json +4 -4
package/moon CHANGED
@@ -1 +1 @@
1
- This file exists so that npm/yarn link the binary to `node_modules/.bin`
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.7",
3
+ "version": "0.0.8",
4
4
  "description": "moon command line and core system.",
5
5
  "keywords": [
6
6
  "moon",
@@ -37,9 +37,9 @@
37
37
  "detect-libc": "^2.0.1"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@moonrepo/core-linux-x64-gnu": "^0.0.7",
40
+ "@moonrepo/core-linux-x64-gnu": "^0.0.8",
41
41
  "@moonrepo/core-linux-x64-musl": "^0.0.7",
42
- "@moonrepo/core-macos-x64": "^0.0.7",
43
- "@moonrepo/core-windows-x64-msvc": "^0.0.7"
42
+ "@moonrepo/core-macos-x64": "^0.0.8",
43
+ "@moonrepo/core-windows-x64-msvc": "^0.0.8"
44
44
  }
45
45
  }