Skip to content

Commit d3a5401

Browse files
committed
change lsp-types to be a dev-dependency
1 parent fab8248 commit d3a5401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
"@typescript-eslint/eslint-plugin": "^7.7.0",
2828
"@typescript-eslint/parser": "^7.7.0",
2929
"eslint": "^8.57.0",
30-
"eslint-plugin-jsdoc": "^48.2.3"
30+
"eslint-plugin-jsdoc": "^48.2.3",
31+
"lsp-types": "^3.17.0-f3"
3132
},
3233
"dependencies": {
3334
"@syntaxs/compiler": "file:../compiler/syntaxs-compiler-0.0.2-alpha.tgz",
3435
"chalk": "^5.3.0",
3536
"chokidar": "^3.6.0",
3637
"figlet": "^1.7.0",
3738
"inquirer": "9.2.16",
38-
"lsp-types": "^3.17.0-f3",
3939
"nanospinner": "1.1.0"
4040
},
4141
"type": "module",
4242
"bin": {
4343
"syntaxs": "./dist/index.js"
4444
},
4545
"pack-destination": "./package"
46-
}
46+
}

0 commit comments

Comments
 (0)