lazypush-cli 0.1.1 → 0.1.2

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
  _Schedule Git commits for a future push — no local daemons, no open terminals, no guilt._
11
11
 
12
+ [Website](https://lazypush.vercel.app/) · [Docs](https://lazypush.vercel.app/docs) · [Support](https://lazypush.vercel.app/support)
13
+
12
14
  </div>
13
15
 
14
16
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazypush-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Schedule Git commits for future push",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {