@opentray/darwin-x64 0.0.0 → 0.1.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.
- package/README.md +1 -1
- package/bin/opentray +0 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
OpenTray broker binary package for macOS Intel.
|
|
4
4
|
|
|
5
|
-
This package is installed as an optional dependency by `opentray`.
|
|
5
|
+
This package is installed as an optional dependency by `opentray`. CI stages the release-built broker binary into `bin/opentray` before npm publish; source control does not commit the generated binary.
|
package/bin/opentray
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentray/darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "OpenTray broker binary package for macOS Intel.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/jixoai/opentray"
|
|
9
|
+
},
|
|
6
10
|
"os": [
|
|
7
11
|
"darwin"
|
|
8
12
|
],
|