monacopilot 0.18.16 → 0.18.18

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 +2 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  ## Documentation
19
19
 
20
- Go to the [documentation](https://monacopilot.arshadyaseen.com) to get started with Monacopilot.
20
+ Go to the [documentation](https://copilot.arshadyaseen.com) to get started with Monacopilot.
21
21
 
22
22
  ## Contributing
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.18.16",
3
+ "version": "0.18.18",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",
@@ -56,6 +56,7 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/arshad-yaseen/monacopilot.git"
58
58
  },
59
+ "homepage": "https://copilot.arshadyaseen.com",
59
60
  "maintainers": [
60
61
  {
61
62
  "name": "Arshad Yaseen",