Skip to content

Commit 0dec67b

Browse files
committed
Fix license typo and update package information
1 parent 56809dc commit 0dec67b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For contributing to this project you will need to fork the repository to get you
2323
Should there be any issues with the submitted code a comment will be left on the **Pull Request** and will first be accepted when all issues have been fixed.
2424

2525
## License
26-
This projct is under the MIT [LICENSE](LICENSE)
26+
This projct is under the MIT LICENSE
2727

2828
## Suggestions
2929
As this is my first open-source project, if you have any ideas or suggestions please write to me on eithre Discord or mail. (Discord might be better)

ZS-HiLi-0.1.0.vsix

601 KB
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
"name": "ZS-HiLi",
33
"displayName": "ZeroSyntax-Highlight",
44
"description": "Syntax highlighting for Zero Hour map.ini",
5-
"icon": ",/images/icon.png",
5+
"icon": "./images/icon.png",
66
"version": "0.1.0",
7+
"author": {
8+
"name": "ViTeXFTW",
9+
"email": "[email protected]"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/ViTeXFTW/ZeroSyntax-Highlight"
14+
},
15+
"license": "MIT",
716
"engines": {
817
"vscode": "^1.85.0"
918
},
@@ -32,7 +41,7 @@
3241
"watch": "tsc -watch -p ./",
3342
"clean": "rimraf ./out && rimraf ./dist",
3443
"lint": "eslint . --ext ts",
35-
"package": "vsce package --baseImagesUrl ",
44+
"package": "vsce package",
3645
"test": "npm run compile && node ./out/test/runTest.js",
3746
"posttest": "npm run lint",
3847
"prepublishOnly": "npm test",

0 commit comments

Comments
 (0)