Skip to content

Commit

Permalink
Bundling wasm file in webpack too. Plus version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bscan committed Apr 6, 2024
1 parent 760c079 commit 26d0b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
"version": "0.8.7",
"version": "0.8.8",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
Expand Down Expand Up @@ -405,7 +405,10 @@
"bin": "server/dist/serverMain.js",
"pkg": {
"scripts": "server/dist/serverMain.js",
"assets": "server/src/**/*",
"assets": [
"server/src/**/*",
"server/node_modules/vscode-oniguruma/release/onig.wasm"
],
"targets": [
"node16-linux-x64",
"node16-macos-x64",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
"version": "0.8.7",
"version": "0.8.8",
"author": "bscan",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 26d0b29

Please sign in to comment.