@spec-spine/cli-darwin-arm64 0.1.0 → 0.2.0

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/spec-spine +0 -0
  2. package/package.json +5 -2
package/bin/spec-spine CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spec-spine/cli-darwin-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Prebuilt spec-spine CLI binary for darwin-arm64. Installed automatically by the `spec-spine` package; do not depend on it directly.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -15,5 +15,8 @@
15
15
  ],
16
16
  "files": [
17
17
  "bin/"
18
- ]
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
19
22
  }