Skip to content

Commit

Permalink
Merge pull request #9 from nberth/package-name-fix
Browse files Browse the repository at this point in the history
Fix package name in build scripts
  • Loading branch information
nberth authored Sep 4, 2023
2 parents 115d4ec + 25ab3ed commit 0d266ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.9.0

# hash of toml configuration files
# used for generation of all files
7f7003362e5dc1f40e4ead15fe0fc82d:.
02ec1db03cfcdaa26f420861e4cbbada:.
# end context for .

# begin context for .github/workflows/workflow.yml
Expand Down
2 changes: 1 addition & 1 deletion Makefile.header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT=superbol_vscode_extension
PROJECT=superbol_vscode_platform
SRCDIR=src/superbol-vscode-platform

compile:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
]
},
"main": "./dist/superbol_vscode_extension.bc.js",
"main": "./dist/superbol_vscode_platform.bc.js",
"scripts": {
"compile": "make compile",
"package": "vsce package --out superbol-vscode-platform.vsix --yarn",
Expand Down

0 comments on commit 0d266ec

Please sign in to comment.