@superblog/windows-x64 0.1.0 → 0.1.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.
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @superblog/windows-x64
2
+
3
+ The prebuilt superblog binary for windows-x64.
4
+ Do not install this directly: install [@superblog/cli](https://www.npmjs.com/package/@superblog/cli), which picks the right binary for your machine.
package/bin/superblog.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@superblog/windows-x64",
3
- "version": "0.1.0",
4
- "description": "The superblog CLI binary for windows-x64. Install the superblog package instead.",
3
+ "version": "0.1.2",
4
+ "description": "The superblog CLI binary for windows-x64. Install @superblog/cli instead.",
5
5
  "os": ["win32"],
6
6
  "cpu": ["x64"],
7
7
  "license": "UNLICENSED",