@complexity-guard/darwin-x64 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 +20 -0
- package/complexity-guard +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# @complexity-guard/darwin-x64
|
|
2
|
+
|
|
3
|
+
This package contains the ComplexityGuard binary for macOS (x64 (Intel)).
|
|
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
|
package/complexity-guard
ADDED
|
Binary file
|