mayar 0.1.6 → 0.1.7

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -13,7 +13,7 @@ npx mayar --help
13
13
  Or from source:
14
14
 
15
15
  ```bash
16
- git clone https://github.com/moerdowo/mayar-cli.git
16
+ git clone https://github.com/mayarid/mayar-cli.git
17
17
  cd mayar-cli
18
18
  npm link # exposes a `mayar` command on your PATH
19
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayar",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Zero-dependency Node.js CLI for the Mayar API (production endpoint).",
5
5
  "bin": {
6
6
  "mayar": "bin/mayar.js"
@@ -23,13 +23,13 @@
23
23
  ],
24
24
  "author": "Frianto Moerdowo <frianto@duck.com>",
25
25
  "license": "MIT",
26
- "homepage": "https://github.com/moerdowo/mayar-cli#readme",
26
+ "homepage": "https://github.com/mayarid/mayar-cli#readme",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/moerdowo/mayar-cli.git"
29
+ "url": "git+https://github.com/mayarid/mayar-cli.git"
30
30
  },
31
31
  "bugs": {
32
- "url": "https://github.com/moerdowo/mayar-cli/issues"
32
+ "url": "https://github.com/mayarid/mayar-cli/issues"
33
33
  },
34
34
  "files": [
35
35
  "bin",