@tingly-dev/tingly-box-darwin-arm64 0.260910.0-rc1 → 0.260910.1
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 +4 -3
- package/bin/tingly-box-macos-arm64.zip +0 -0
- package/package.json +2 -2
- package/bin/tingly-box +0 -0
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# @tingly-dev/tingly-box-darwin-arm64
|
|
2
2
|
|
|
3
|
-
The tingly-box binary for darwin-arm64. This package is pulled
|
|
4
|
-
by the [`tingly-box`](https://www.npmjs.com/package/tingly-box)
|
|
5
|
-
an optional dependency; install that
|
|
3
|
+
The tingly-box binary for darwin-arm64, as the release zip. This package is pulled
|
|
4
|
+
in automatically by the [`tingly-box`](https://www.npmjs.com/package/tingly-box)
|
|
5
|
+
package as an optional dependency and extracted on first run; install that
|
|
6
|
+
one instead:
|
|
6
7
|
|
|
7
8
|
```bash
|
|
8
9
|
npm install -g tingly-box
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tingly-dev/tingly-box-darwin-arm64",
|
|
3
|
-
"version": "0.260910.
|
|
4
|
-
"description": "tingly-box binary for darwin-arm64. Installed automatically as an optional dependency of the tingly-box package; not meant to be installed directly.",
|
|
3
|
+
"version": "0.260910.1",
|
|
4
|
+
"description": "tingly-box binary for darwin-arm64 (release zip). Installed automatically as an optional dependency of the tingly-box package; not meant to be installed directly.",
|
|
5
5
|
"homepage": "https://github.com/tingly-dev/tingly-box",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
package/bin/tingly-box
DELETED
|
Binary file
|