lovecode-ai 0.1.0 → 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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,13 +33,14 @@ npm install -g lovecode-ai
33
33
  ### From source
34
34
 
35
35
  ```bash
36
- git clone https://github.com/anomalyco/lovecode.git
36
+ git clone https://github.com/ashispluslaxmi-debug/LoveCode.git
37
37
  cd lovecode
38
38
  npm install
39
39
  npm run build
40
40
  npm link
41
41
  ```
42
42
 
43
+
43
44
  ## Quick Start
44
45
 
45
46
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lovecode-ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Terminal-native autonomous coding agent powered by free AI models",
5
5
  "keywords": [
6
6
  "ai",
@@ -14,13 +14,13 @@
14
14
  "homepage": "https://github.com/anomalyco/lovecode",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/anomalyco/lovecode.git"
17
+ "url": "git+https://github.com/anomalyco/lovecode.git"
18
18
  },
19
19
  "license": "MIT",
20
20
  "author": "LoveCode AI Contributors",
21
21
  "type": "module",
22
22
  "bin": {
23
- "lovecode": "./bin/lovecode.js"
23
+ "lovecode": "bin/lovecode.js"
24
24
  },
25
25
  "files": [
26
26
  "bin/",