Skip to content

Commit 20a26b7

Browse files
committed
package.json: add npm_dependencies to files
More recent versions of NPM appear to require that this is present, and will otherwise ignore bundledDependencies of the package.json
1 parent a19c890 commit 20a26b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crates/build/src/nodejs/snapshots/build__nodejs__scenario_test__scenario.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ expression: intents
369369
},
370370
"enginesStrict": true,
371371
"files": [
372-
"dist"
372+
"dist",
373+
"node_modules"
373374
],
374375
"license": "UNLICENSED",
375376
"name": "catalog-js-transformer",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"enginesStrict": true,
2424
"files": [
25-
"dist"
25+
"dist",
26+
"node_modules"
2627
],
2728
"license": "UNLICENSED",
2829
"name": "catalog-js-transformer",

0 commit comments

Comments
 (0)