Skip to content

Commit de9c4fd

Browse files
committed
Update meta info.
1 parent 69f69df commit de9c4fd

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.vscodeignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ source/**/*
33
images/**/*
44
test/**/*
55

6+
.vscode
67
.gitignore
78

89
*.tgz
910
**/*.ai
1011
yarn*
1112

12-
.vscode
1313
**/*.ts
14+
**/ts*.json
1415
BUILD.md
15-
ts*.json
16-
17-
*.vsix
16+
**/*.vsix

License.md renamed to LICENSE

File renamed without changes.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"name": "vscode-rhai",
33
"private": true,
44
"displayName": "Rhai Language Support",
5-
"description": "Syntax highlighting for Rhai",
5+
"description": "Syntax highlighting for Rhai scripts",
66
"publisher": "rhaiscript",
77
"version": "0.6.1",
88
"icon": "assets/icon.png",
9+
"homepage": "https://rhai.rs",
10+
"bugs": {
11+
"url": "https://github.com/rhaiscript/vscode-rhai/issues"
12+
},
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/rhaiscript/vscode-rhai.git"
@@ -97,10 +101,5 @@
97101
"@types/vscode": "^1.30.0",
98102
"tslint": "^6.0.0",
99103
"typescript": "^3.8.2"
100-
},
101-
"__metadata": {
102-
"id": "1e76f176-ee1c-4331-a781-eb21c0da77cf",
103-
"publisherDisplayName": "Aster",
104-
"publisherId": "3406b78c-f287-4619-8d82-7c97998693e3"
105104
}
106105
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ How to Install
3535
Screenshot
3636
----------
3737

38-
![Sample](https://github.com/rhaiscript/vscode-rhai/raw/master/assets/sample.png)
38+
![Sample](assets/sample.png)

0 commit comments

Comments
 (0)