@fiete/drift 1.0.2 → 1.0.3

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 +2 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ A TUI command vault for your shell. Save, search, and execute commands you use o
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install -g @brechtknecht/drift
8
+ npm install -g @fiete/drift
9
9
  ```
10
10
 
11
11
  ## Usage
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@fiete/drift",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A TUI command vault for your shell",
5
5
  "type": "module",
6
+ "preferGlobal": true,
6
7
  "bin": {
7
8
  "drift": "dist/index.js"
8
9
  },