Skip to content

Commit

Permalink
require public helper
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Feb 13, 2021
1 parent e49ed30 commit f07d427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/options.js
Expand Up @@ -11,7 +11,7 @@ const fs = require('fs');
const path = require('path');
const ansi = require('ansi-colors');
const {cwd} = require('../utils');
const applyExtends = require('yargs/lib/apply-extends');
const {applyExtends} = require('yargs/helpers');
const yargsParser = require('yargs-parser');
const {types, aliases} = require('./run-option-metadata');
const {ONE_AND_DONE_ARGS} = require('./one-and-dones');
Expand Down

0 comments on commit f07d427

Please sign in to comment.