summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2024-04-05 22:47:47 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2024-04-05 22:47:47 -0400
commit26d0b29aaa2042aa51f11004dc13a9934a449fb5 (patch)
tree2158fc0a90048b4bb7b32c2e453ab42fb68db374 /package.json
parent760c0799cbecd8a127dfb9b46ea3bdeeed37f056 (diff)
downloadPerlNavigator-26d0b29aaa2042aa51f11004dc13a9934a449fb5.zip
Bundling wasm file in webpack too. Plus version bump
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index dc88df6..a426916 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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",