Skip to content

Commit

Permalink
Removes a potential crash
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jul 10, 2018
1 parent f7ecf6f commit 15aa0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

* Fixes a crash if lodash isn't a transitive dependency in your node_modules - [@orta][]

# 3.7.20

* Logging / verification improvements for the subprocess - [@orta][]
Expand Down
2 changes: 1 addition & 1 deletion source/platforms/git/diffToGitJSONDSL.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as parseDiff from "parse-diff"
import { includes } from "lodash"
import * as includes from "lodash.includes"
import { GitCommit } from "../../dsl/Commit"
import { GitJSONDSL } from "../../dsl/GitDSL"

Expand Down

0 comments on commit 15aa0f2

Please sign in to comment.