Skip to content

Commit ee6364a

Browse files
committed
update compiler and add lsp-types
1 parent 4be1871 commit ee6364a

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
@@ -28,11 +28,12 @@
2828
"eslint-plugin-jsdoc": "^48.2.3"
2929
},
3030
"dependencies": {
31-
"@syntaxs/compiler": "file:../compiler/package/syntaxs-compiler-0.0.1-alpha.tgz",
31+
"@syntaxs/compiler": "file:../compiler/syntaxs-compiler-0.0.1-alpha.tgz",
3232
"chalk": "^5.3.0",
3333
"chokidar": "^3.6.0",
3434
"figlet": "^1.7.0",
3535
"inquirer": "9.2.16",
36+
"lsp-types": "^3.17.0-f3",
3637
"nanospinner": "1.1.0"
3738
},
3839
"type": "module",

0 commit comments

Comments
 (0)