contribute-now 0.2.0-dev.ec10790 → 0.2.0-pr.f17005d
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
|
@@ -1661,7 +1661,7 @@ import pc13 from "picocolors";
|
|
|
1661
1661
|
// package.json
|
|
1662
1662
|
var package_default = {
|
|
1663
1663
|
name: "contribute-now",
|
|
1664
|
-
version: "0.2.0-
|
|
1664
|
+
version: "0.2.0-pr.f17005d",
|
|
1665
1665
|
description: "Git workflow CLI for squash-merge two-branch models. Keeps dev in sync with main after squash merges.",
|
|
1666
1666
|
type: "module",
|
|
1667
1667
|
bin: {
|
package/package.json
CHANGED