Skip to content

Commit 6ae2c30

Browse files
committed
Revert default for usePackageJSON¬
1 parent ac99ed1 commit 6ae2c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Framework.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Framework {
4141
jsonext = 'json',
4242
trackingIdType = 'block',
4343
useOutputData = false,
44-
usePackageJSON = true,
44+
usePackageJSON = false,
4545
schemaVersion = '0.1.0',
4646
log = console.log,
4747
warn = console.warn,

0 commit comments

Comments
 (0)