@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.
Files changed (2) hide show
  1. package/dist/main.js +3 -2
  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.6",
1637
+ version: "0.1.9",
1638
1638
  bin: {
1639
- flower: "./dist/main.js"
1639
+ flower: "cli.js"
1640
1640
  },
1641
1641
  files: [
1642
+ "cli.js",
1642
1643
  "dist"
1643
1644
  ],
1644
1645
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itsflower/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "bin": {
5
5
  "flower": "cli.js"
6
6
  },