Skip to content

Commit 43b71b2

Browse files
authoredNov 27, 2024··
build: Fixed botched release (#185)
- Converted esbuild from devDependency to runtime dependency - Removed node_modules exclusions from packaging. It looks like the vscode packaging is "supposed" to exclude dev dependencies. microsoft/vscode-vsce#52
1 parent d3a0fe0 commit 43b71b2

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
 

‎.vscodeignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@
1313
!out/**/*.js
1414
!snippets.code-snippets
1515

16-
!node_modules/**/LICENSE
17-
!node_modules/**/package.json
18-
!node_modules/**/README.md
19-
20-
!node_modules/@deephaven/require-jsapi/**/*.js
21-
!node_modules/ws/**/*.{js,mjs}
16+
!node_modules

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@
849849
"@deephaven-enterprise/auth-nodejs": "^1.20240723.124-beta",
850850
"@deephaven-enterprise/query-utils": "^1.20240723.124-beta",
851851
"@deephaven/jsapi-nodejs": "^0.99.0",
852+
"esbuild": "^0.24.0",
852853
"nanoid": "^5.0.7"
853854
},
854855
"devDependencies": {
@@ -865,7 +866,6 @@
865866
"@wdio/mocha-framework": "^8.39.0",
866867
"@wdio/spec-reporter": "^8.39.0",
867868
"ctrf": "^0.0.9",
868-
"esbuild": "^0.24.0",
869869
"eslint": "^8.57.0",
870870
"fantasticon": "^3.0.0",
871871
"github-actions-ctrf": "^0.0.20",

0 commit comments

Comments
 (0)