Skip to content

Commit 25c86cf

Browse files
committed
bump: version up to 0.5.0
1 parent ebaab77 commit 25c86cf

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expr-lang-support",
3-
"version": "0.3.0",
3+
"version": "0.5.0",
44
"description": "Language support for Expr language (https://expr-lang.org)",
55
"private": true,
66
"workspaces": [

packages/vscode/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "expr-lang-support",
33
"displayName": "Expr Lang - Syntax & Formatter",
44
"description": "Syntax highlighting and formatting for Expr language (.expr files)",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"publisher": "daangn-ml-data-platform",
77
"repository": {
88
"type": "git",
@@ -95,13 +95,17 @@
9595
"compile": "tsc -p ./",
9696
"watch": "tsc -watch -p ./",
9797
"package": "npm run build && vsce package --no-dependencies",
98-
"test": "echo \"Error: no test specified\" && exit 1"
98+
"test": "jest",
99+
"test:watch": "jest --watch"
99100
},
100101
"devDependencies": {
102+
"@types/jest": "^30.0.0",
101103
"@types/node": "^20.0.0",
102104
"@types/vscode": "^1.80.0",
103-
"typescript": "^5.0.0",
104-
"@vscode/vsce": "^2.19.0"
105+
"@vscode/vsce": "^2.19.0",
106+
"jest": "^30.2.0",
107+
"ts-jest": "^29.4.5",
108+
"typescript": "^5.0.0"
105109
},
106110
"keywords": [
107111
"expr",

0 commit comments

Comments
 (0)