@itsflower/cli 0.2.7 → 0.2.8

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/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -656,7 +656,7 @@ var package_default;
656
656
  var init_package = __esm(() => {
657
657
  package_default = {
658
658
  name: "@itsflower/cli",
659
- version: "0.2.7",
659
+ version: "0.2.8",
660
660
  description: "CLI for Flower - scaffold structured development workflows",
661
661
  bin: {
662
662
  flower: "./dist/main.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itsflower/cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "CLI for Flower - scaffold structured development workflows",
5
5
  "bin": {
6
6
  "flower": "./dist/main.js"