contribute-now 0.7.1-dev.42d9d46 → 0.7.1
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12826,7 +12826,7 @@ var import_picocolors11 = __toESM(require_picocolors(), 1);
|
|
|
12826
12826
|
// package.json
|
|
12827
12827
|
var package_default = {
|
|
12828
12828
|
name: "contribute-now",
|
|
12829
|
-
version: "0.7.1
|
|
12829
|
+
version: "0.7.1",
|
|
12830
12830
|
description: "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
12831
12831
|
type: "module",
|
|
12832
12832
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.7.1
|
|
3
|
+
"version": "0.7.1",
|
|
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": {
|