contribute-now 0.7.4-dev.3f68635 → 0.7.4-dev.ac68df0

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/cli.js +3 -3
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -12937,7 +12937,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
12937
12937
  // package.json
12938
12938
  var package_default = {
12939
12939
  name: "contribute-now",
12940
- version: "0.7.4-dev.3f68635",
12940
+ version: "0.7.4-dev.ac68df0",
12941
12941
  description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
12942
12942
  type: "module",
12943
12943
  bin: {
@@ -12950,8 +12950,8 @@ var package_default = {
12950
12950
  ],
12951
12951
  scripts: {
12952
12952
  build: "bun build src/cli.ts --outfile dist/cli.js --target bun && bun run scripts/add-shebang.mjs",
12953
- cli: "bun run src/index.ts --",
12954
- dev: "bun src/index.ts",
12953
+ cli: "bun run src/cli.ts --",
12954
+ dev: "bun src/cli.ts",
12955
12955
  test: "bun test",
12956
12956
  lint: "biome check .",
12957
12957
  "lint:fix": "biome check --write .",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contribute-now",
3
- "version": "0.7.4-dev.3f68635",
3
+ "version": "0.7.4-dev.ac68df0",
4
4
  "description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "scripts": {
15
15
  "build": "bun build src/cli.ts --outfile dist/cli.js --target bun && bun run scripts/add-shebang.mjs",
16
- "cli": "bun run src/index.ts --",
17
- "dev": "bun src/index.ts",
16
+ "cli": "bun run src/cli.ts --",
17
+ "dev": "bun src/cli.ts",
18
18
  "test": "bun test",
19
19
  "lint": "biome check .",
20
20
  "lint:fix": "biome check --write .",