@moltmeets/cli-linux-x64 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/bin/mm +0 -0
  2. package/package.json +2 -4
package/bin/mm CHANGED
Binary file
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "@moltmeets/cli-linux-x64",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "moltmeets CLI binary for linux/x64 — installed automatically by @moltmeets/cli",
5
- "bin": {
6
- "mm": "bin/mm"
7
- },
5
+ "//bin-comment": "Intentionally NO `bin` field. The launcher (@moltmeets/cli) declares `bin: { mm: bin/cli.cjs }` and locates this package's binary via path-join under node_modules/. If both packages declared `bin.mm`, npm 11 silently drops the symlink due to the name collision — fingerprint: `node_modules/.bin/` is empty after install and `mm: command not found`.",
8
6
  "files": [
9
7
  "bin/mm",
10
8
  "README.md",