devault-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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ what if all you needed to type was `d`?
11
11
  requires bun.
12
12
 
13
13
  ```sh
14
- npm i -g devault-cli
14
+ bun i -g devault-cli
15
15
  ```
16
16
 
17
17
  ## usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "devault-cli",
3
- "version": "0.1.0",
4
- "description": "A directory-aware default dev command launcher.",
3
+ "version": "0.1.1",
4
+ "description": "d the right dev command.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "d": "dist/cli.js"