@itsflower/cli 0.2.4 → 0.2.6
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/dist/main.js +2 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
var __create = Object.create;
|
|
2
3
|
var __getProtoOf = Object.getPrototypeOf;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
@@ -655,7 +656,7 @@ var package_default;
|
|
|
655
656
|
var init_package = __esm(() => {
|
|
656
657
|
package_default = {
|
|
657
658
|
name: "@itsflower/cli",
|
|
658
|
-
version: "0.2.
|
|
659
|
+
version: "0.2.6",
|
|
659
660
|
description: "CLI for Flower - scaffold structured development workflows",
|
|
660
661
|
bin: {
|
|
661
662
|
flower: "./dist/main.js"
|