@complexity-guard/linux-arm64 0.1.7 → 0.1.8

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,20 @@
1
+ # @complexity-guard/linux-arm64
2
+
3
+ This package contains the ComplexityGuard binary for Linux (ARM64).
4
+
5
+ ## Do not install directly
6
+
7
+ This package is automatically installed as a dependency of the main [`complexity-guard`](https://www.npmjs.com/package/complexity-guard) package. Install that instead:
8
+
9
+ ```sh
10
+ npm install -g complexity-guard
11
+ ```
12
+
13
+ ## Links
14
+
15
+ - [complexity-guard on npm](https://www.npmjs.com/package/complexity-guard)
16
+ - [GitHub](https://github.com/benvds/complexity-guard)
17
+
18
+ ## License
19
+
20
+ MIT
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Ben van de Sande",
5
5
  "email": "info@getlean.digital"
6
6
  },
7
- "version": "0.1.7",
7
+ "version": "0.1.8",
8
8
  "description": "ComplexityGuard binary for Linux ARM64",
9
9
  "os": [
10
10
  "linux"