Skip to content

Commit 9aa7c3c

Browse files
authored
fix: add default packagejson config for analyzer (open-wc#290)
Co-authored-by: Phil Parsons <[email protected]>
1 parent 0abc765 commit 9aa7c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/analyzer/src/utils/cli-helpers.js

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const DEFAULTS = {
5656
globs: ['**/*.{js,ts,tsx}'],
5757
dev: false,
5858
quiet: false,
59+
packagejson: true,
5960
watch: false,
6061
litelement: false,
6162
stencil: false,

0 commit comments

Comments
 (0)