ai4scholar 0.6.2 → 0.6.3

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 +0 -6
  2. package/package.json +1 -8
package/README.md CHANGED
@@ -113,12 +113,6 @@ AI4Scholar gives your OpenClaw agent direct access to **6 academic platforms** t
113
113
  openclaw plugins install ai4scholar
114
114
  ```
115
115
 
116
- ### From GitHub
117
-
118
- ```bash
119
- openclaw plugins install github:literaf/ai4scholar
120
- ```
121
-
122
116
  After installation, **restart the gateway**:
123
117
 
124
118
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai4scholar",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Multi-source academic literature search, management, and analysis plugin for OpenClaw. Powered by ai4scholar.net.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,13 +24,6 @@
24
24
  "author": "ai4scholar",
25
25
  "license": "MIT",
26
26
  "homepage": "https://ai4scholar.net?src=openclaw",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/literaf/ai4scholar.git"
30
- },
31
- "bugs": {
32
- "url": "https://github.com/literaf/ai4scholar/issues"
33
- },
34
27
  "scripts": {
35
28
  "build": "node esbuild.config.mjs",
36
29
  "build:tsc": "tsc --noEmit",