Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(docs): TypeScript import to prevent a future major release warning (
  • Loading branch information
jdbruijn authored and bcoe committed Oct 7, 2019
1 parent bc3c4d1 commit b1b156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/typescript.md
Expand Up @@ -7,7 +7,7 @@ The following `.options()` definition:

```typescript
#!/usr/bin/env node
import * as yargs from 'yargs';
import yargs from 'yargs';

const argv = yargs.options({
a: { type: 'boolean', default: false },
Expand Down

1 comment on commit b1b156a

@vidavidorra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build failures not due to this commit as far as I can see. Both seem related to nvs.

Please sign in to comment.