Skip to content

Commit

Permalink
Merge pull request #4 from valor-software/develop
Browse files Browse the repository at this point in the history
fix(type.utils): change lodash import from "lodash/index" to "lodash"
  • Loading branch information
Georgii Rychko authored Jul 25, 2016
2 parents 26e7687 + 128fd97 commit 3572357
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 3572357

Please sign in to comment.