contribute-now 0.1.0 → 0.1.1-staging.acbb272
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
|
@@ -1336,7 +1336,7 @@ import pc11 from "picocolors";
|
|
|
1336
1336
|
// package.json
|
|
1337
1337
|
var package_default = {
|
|
1338
1338
|
name: "contribute-now",
|
|
1339
|
-
version: "0.1.
|
|
1339
|
+
version: "0.1.1-staging.acbb272",
|
|
1340
1340
|
description: "Git workflow CLI for squash-merge two-branch models. Keeps dev in sync with main after squash merges.",
|
|
1341
1341
|
type: "module",
|
|
1342
1342
|
bin: {
|
package/package.json
CHANGED