File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Markdoc Extension" ,
4
4
"author" : " Ryan Paul" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.0.9 " ,
6
+ "version" : " 0.0.10 " ,
7
7
"scripts" : {
8
8
"build" : " esbuild index.ts --bundle --outdir=dist --sourcemap=linked --external:vscode --platform=node --format=cjs" ,
9
9
"build:server" : " esbuild server.ts --bundle --outdir=dist --sourcemap=linked --external:vscode --platform=node --format=cjs"
Original file line number Diff line number Diff line change 7
7
"author" : " Ryan Paul" ,
8
8
"publisher" : " stripe" ,
9
9
"license" : " MIT" ,
10
- "version" : " 0.0.9 " ,
10
+ "version" : " 0.0.10 " ,
11
11
"description" : " A Markdoc language server and Visual Studio Code extension" ,
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @markdoc/language-server" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " A Markdoc language server" ,
5
5
"main" : " dist/index.js" ,
6
6
"author" : " Ryan Paul" ,
You can’t perform that action at this time.
0 commit comments