@captainsafia/burrow 1.3.0 → 2.0.0-preview.a054b9a

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Burrow is a platform-agnostic, directory-scoped secrets manager. Secrets are sto
19
19
  **Linux/macOS:**
20
20
 
21
21
  ```bash
22
- curl -fsSL https://safia.rocks/burrow/install.sh | sh
22
+ curl -fsSL https://i.captainsafia.sh/captainsafia/burrow | sh
23
23
  ```
24
24
 
25
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captainsafia/burrow",
3
- "version": "1.3.0",
3
+ "version": "2.0.0-preview.a054b9a",
4
4
  "description": "Platform-agnostic, directory-scoped secrets manager",
5
5
  "type": "module",
6
6
  "main": "dist/api.js",