Skip to content

Commit fd9fffa

Browse files
committed
doc: Updated version number to v0.1.3
doc: Added clean command, removes out directories in client/server
1 parent eff2265 commit fd9fffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ZeroSyntax-Server",
44
"description": "Language server for Generals Zero Hour INI files",
55
"icon": "images/icon.png",
6-
"version": "0.1.2",
6+
"version": "0.1.3",
77
"publisher": "ViTeXFTW",
88
"author": {
99
"name": "ViTeXFTW",
@@ -106,6 +106,7 @@
106106
"vscode:prepublish": "npm run compile",
107107
"package": "npm run compile && vsce package",
108108
"compile": "tsc -b",
109+
"clean": "rimraf ./client/out && rimraf ./server/out",
109110
"compile-test": "cd client && npm run compile-test && cd .. && cd server && npm run compile-test",
110111
"watch": "tsc -b -w",
111112
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx",

0 commit comments

Comments
 (0)