Skip to content

Commit

Permalink
Merge 3e4487f into d097c3c
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 20, 2019
2 parents d097c3c + 3e4487f commit aafe3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/parseCommandLineOptions.js
Expand Up @@ -72,7 +72,7 @@ module.exports = function parseCommandLineOptions(argv) {
describe:
'Crawl all HTML-pages linked with relative and root relative links. This stays inside your domain',
type: 'boolean',
default: true
default: false
})
.options('no-recursive', {
describe: 'Do not crawl recursively. Opposite of --recursive option.',
Expand Down
2 changes: 1 addition & 1 deletion lib/subfont.js
Expand Up @@ -18,7 +18,7 @@ module.exports = async function subfont(
fontDisplay = 'swap',
inPlace = false,
inputFiles = [],
recursive = true,
recursive = false,
fallbacks = true
},
console
Expand Down

0 comments on commit aafe3e6

Please sign in to comment.