@itsflower/cli 0.1.8 → 0.1.9
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 +3 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1634,11 +1634,12 @@ var package_default;
|
|
|
1634
1634
|
var init_package = __esm(() => {
|
|
1635
1635
|
package_default = {
|
|
1636
1636
|
name: "@itsflower/cli",
|
|
1637
|
-
version: "0.1.
|
|
1637
|
+
version: "0.1.9",
|
|
1638
1638
|
bin: {
|
|
1639
|
-
flower: "
|
|
1639
|
+
flower: "cli.js"
|
|
1640
1640
|
},
|
|
1641
1641
|
files: [
|
|
1642
|
+
"cli.js",
|
|
1642
1643
|
"dist"
|
|
1643
1644
|
],
|
|
1644
1645
|
type: "module",
|