Skip to content

Commit

Permalink
fix(type.utils): change lodash import from "lodash/index" to "lodash"
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii.rychko committed Jul 25, 2016
1 parent 5bf20f8 commit 128fd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/type.utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as _ from 'lodash/index'
import * as _ from 'lodash'
import {RenamableNode} from '../../tree.types';

export function applyNewValueToRenamable(value: RenamableNode, newValue: string): RenamableNode {
Expand Down

0 comments on commit 128fd97

Please sign in to comment.