From de9c4fd486185b58c4039082be6a8349f6520e0c Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 9 Apr 2021 22:25:50 +0800 Subject: [PATCH] Update meta info. --- .vscodeignore | 7 +++---- License.md => LICENSE | 0 package.json | 11 +++++------ readme.md | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) rename License.md => LICENSE (100%) diff --git a/.vscodeignore b/.vscodeignore index d9161ed..ecf6cea 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,15 +3,14 @@ source/**/* images/**/* test/**/* +.vscode .gitignore *.tgz **/*.ai yarn* -.vscode **/*.ts +**/ts*.json BUILD.md -ts*.json - -*.vsix +**/*.vsix diff --git a/License.md b/LICENSE similarity index 100% rename from License.md rename to LICENSE diff --git a/package.json b/package.json index 82f425c..ed3fbf7 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,14 @@ "name": "vscode-rhai", "private": true, "displayName": "Rhai Language Support", - "description": "Syntax highlighting for Rhai", + "description": "Syntax highlighting for Rhai scripts", "publisher": "rhaiscript", "version": "0.6.1", "icon": "assets/icon.png", + "homepage": "https://rhai.rs", + "bugs": { + "url": "https://github.com/rhaiscript/vscode-rhai/issues" + }, "repository": { "type": "git", "url": "https://github.com/rhaiscript/vscode-rhai.git" @@ -97,10 +101,5 @@ "@types/vscode": "^1.30.0", "tslint": "^6.0.0", "typescript": "^3.8.2" - }, - "__metadata": { - "id": "1e76f176-ee1c-4331-a781-eb21c0da77cf", - "publisherDisplayName": "Aster", - "publisherId": "3406b78c-f287-4619-8d82-7c97998693e3" } } \ No newline at end of file diff --git a/readme.md b/readme.md index 9f1c582..2f3f09b 100644 --- a/readme.md +++ b/readme.md @@ -35,4 +35,4 @@ How to Install Screenshot ---------- -![Sample](https://github.com/rhaiscript/vscode-rhai/raw/master/assets/sample.png) +![Sample](assets/sample.png)