aquaman-core 0.5.0 → 0.5.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@ Core credential storage, audit logging, and crypto utilities for [aquaman](https
|
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
|
+
Installed automatically as a dependency of [`aquaman-proxy`](https://www.npmjs.com/package/aquaman-proxy). For direct use:
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
18
|
npm install aquaman-core
|
|
17
19
|
```
|