@firenet-designs/fnd-cli 1.1.0 → 1.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @firenet-designs/fnd-cli
20
20
  $ fnd-cli COMMAND
21
21
  running command...
22
22
  $ fnd-cli (--version)
23
- @firenet-designs/fnd-cli/1.1.0 darwin-x64 node-v24.12.0
23
+ @firenet-designs/fnd-cli/1.1.1 darwin-x64 node-v24.12.0
24
24
  $ fnd-cli --help [COMMAND]
25
25
  USAGE
26
26
  $ fnd-cli COMMAND
@@ -51,7 +51,7 @@ EXAMPLES
51
51
  $ fnd-cli create-app
52
52
  ```
53
53
 
54
- _See code: [src/commands/create-app.ts](https://github.com/FireNet-Designs/fnd-cli/blob/v1.1.0/src/commands/create-app.ts)_
54
+ _See code: [src/commands/create-app.ts](https://github.com/FireNet-Designs/fnd-cli/blob/v1.1.1/src/commands/create-app.ts)_
55
55
 
56
56
  ## `fnd-cli help [COMMAND]`
57
57
 
@@ -41,5 +41,5 @@
41
41
  ]
42
42
  }
43
43
  },
44
- "version": "1.1.0"
44
+ "version": "1.1.1"
45
45
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@firenet-designs/fnd-cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "Cole Denslow",
6
6
  "bin": {
7
- "fnd-cli": "bin/run.js"
7
+ "fnd": "bin/run.js"
8
8
  },
9
9
  "bugs": "https://github.com/FireNet-Designs/fnd-cli/issues",
10
10
  "dependencies": {