@ampcode/cli-win32-x64 0.0.0-placeholder → 0.0.1778577695-g97a828

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 (3) hide show
  1. package/README.md +1 -3
  2. package/amp.exe +0 -0
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1 @@
1
- # @ampcode/cli-win32-x64
2
-
3
- This is a placeholder package for Amp CLI. Do not install it directly.
1
+ This is the win32-x64 binary for [@ampcode/cli](https://www.npmjs.com/package/@ampcode/cli). Install that package directly.
package/amp.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ampcode/cli-win32-x64",
3
- "version": "0.0.0-placeholder",
4
- "description": "Placeholder package for Native binary for Amp CLI on win32-x64",
3
+ "version": "0.0.1778577695-g97a828",
4
+ "description": "Native binary for Amp CLI on win32-x64",
5
5
  "os": [
6
6
  "win32"
7
7
  ],
@@ -10,6 +10,7 @@
10
10
  ],
11
11
  "license": "SEE LICENSE IN LICENSE.md",
12
12
  "files": [
13
+ "amp.exe",
13
14
  "README.md",
14
15
  "LICENSE.md"
15
16
  ]