hardgate-linux-x64 0.4.1 → 0.4.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 +2 -2
- package/bin/hardgate +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,11 +101,11 @@ Automatically detects local `./node_modules/.bin` and global paths, running form
|
|
|
101
101
|
|
|
102
102
|
```sh
|
|
103
103
|
# Via npm (recommended for JS/TS projects, no Rust toolchain needed)
|
|
104
|
-
npm i -D hardgate
|
|
104
|
+
npm i -D @tech-byte-frontier/hardgate
|
|
105
105
|
npx hardgate check
|
|
106
106
|
|
|
107
107
|
# pnpm / Yarn / Bun (same pattern: devDependency + exec)
|
|
108
|
-
pnpm add -D hardgate
|
|
108
|
+
pnpm add -D @tech-byte-frontier/hardgate
|
|
109
109
|
pnpm exec hardgate check
|
|
110
110
|
|
|
111
111
|
# Via shell (Linux/macOS) / PowerShell (Windows), no npm needed
|
package/bin/hardgate
CHANGED
|
Binary file
|
package/package.json
CHANGED