@zerobox/cli-linux-x64-musl 0.1.2 → 0.1.4
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 +5 -0
- package/package.json +5 -2
- package/zerobox +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @zerobox/cli-linux-x64-musl
|
|
2
|
+
|
|
3
|
+
Platform-specific binary for [zerobox](https://www.npmjs.com/package/zerobox). Installed automatically as an optional dependency — you should not install this package directly.
|
|
4
|
+
|
|
5
|
+
See the main [zerobox](https://github.com/afshinm/zerobox) package for documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerobox/cli-linux-x64-musl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "zerobox binary for Linux x64 (musl)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"preferUnplugged": true,
|
|
26
26
|
"publishConfig": {
|
|
27
|
-
"provenance": true
|
|
27
|
+
"provenance": true,
|
|
28
|
+
"executableFiles": [
|
|
29
|
+
"./zerobox"
|
|
30
|
+
]
|
|
28
31
|
}
|
|
29
32
|
}
|
package/zerobox
CHANGED
|
Binary file
|