Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Fix slugify import
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisnoo committed Mar 21, 2020
1 parent d573e12 commit 00deb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,5 +1,5 @@
import {Command, flags} from '@oclif/command';
import slugify from '@sindresorhus/slugify';
import slugify = require('@sindresorhus/slugify');
import cli from 'cli-ux';
import * as Configstore from 'configstore';
import * as inquirer from 'inquirer';
Expand Down

0 comments on commit 00deb9f

Please sign in to comment.