Skip to content

Commit 39e9afa

Browse files
committed
xxx
1 parent 98c7f0d commit 39e9afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"cobol",
119119
"gnucobol"
120120
],
121-
"main": "./_dist/superbol_studio_oss.bc.js",
121+
"main": "./_dist/superbol_vscode_platform.bc.js",
122122
"scripts": {
123123
"compile": "make compile",
124124
"release": "make release",

src/lsp/superbol_free_lib/project.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let package =
4545
author_email = Some "[email protected]"
4646
}
4747
~keywords: [ "cobol" ; "gnucobol" ]
48-
~main: "./_dist/superbol_studio_oss.bc.js"
48+
~main: "./_dist/superbol_vscode_platform.bc.js"
4949
~scripts: [
5050
"compile",
5151
"make compile" ;

0 commit comments

Comments
 (0)