Skip to content

Commit c0f1e95

Browse files
committed
js/package.json: fix bundleDependencies to [] (was false)
This should fix the following warning from `npm publish`: ``` npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN publish errors corrected: npm WARN publish "bundleDependencies" was changed from "false" to "[]" ```
1 parent c4672ee commit c0f1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/kaitai-io/kaitai_struct/issues"
88
},
9-
"bundleDependencies": false,
9+
"bundleDependencies": [],
1010
"deprecated": false,
1111
"description": "Kaitai Struct Compiler",
1212
"homepage": "https://github.com/kaitai-io/kaitai_struct_compiler#readme",

0 commit comments

Comments
 (0)