@envmanager-cli/cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @envmanager/cli
1
+ # @envmanager-cli/cli
2
2
 
3
3
  Official CLI for [EnvManager](https://envmanager.dev) - secure environment variable management for development teams.
4
4
 
@@ -6,7 +6,7 @@ Official CLI for [EnvManager](https://envmanager.dev) - secure environment varia
6
6
 
7
7
  ```bash
8
8
  # npm
9
- npm install -g @envmanager/cli
9
+ npm install -g @envmanager-cli/cli
10
10
 
11
11
  # Homebrew (macOS/Linux)
12
12
  brew install envmanager/tap/envmanager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envmanager-cli/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for EnvManager - secure environment variable management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "author": "EnvManager",
35
35
  "license": "SEE LICENSE IN LICENSE",
36
- "homepage": "https://envmanager.dev",
36
+ "homepage": "https://envmanager.com",
37
37
  "repository": {
38
38
  "type": "git",
39
39
  "url": "git+https://github.com/shintaii/EnvManager.git",