contribute-now 0.4.0-dev.e93c162 → 0.4.0-dev.ff615ec
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
|
@@ -2163,7 +2163,7 @@ import pc7 from "picocolors";
|
|
|
2163
2163
|
// package.json
|
|
2164
2164
|
var package_default = {
|
|
2165
2165
|
name: "contribute-now",
|
|
2166
|
-
version: "0.4.0-dev.
|
|
2166
|
+
version: "0.4.0-dev.ff615ec",
|
|
2167
2167
|
description: "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
2168
2168
|
type: "module",
|
|
2169
2169
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.ff615ec",
|
|
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": {
|