Skip to content

Commit

Permalink
fix(camelcase): fix camel case is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
u806762 committed Dec 5, 2019
1 parent 2e50830 commit dd6af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/convert.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { svgo } from './svgo';
import { getInterfaceDefenition } from './interface-def';
import * as camelCase from 'lodash.camelcase';
import camelCase from 'lodash.camelcase';
import * as prettier from 'prettier/standalone';
import typescriptParser from 'prettier/parser-typescript';

Expand Down

0 comments on commit dd6af14

Please sign in to comment.