Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit c45f65c

Browse files
authored
Merge pull request #59 from kwonoj/fix-lodash
chore(danger): fix dangerfile
2 parents b78856e + 35fdf0b commit c45f65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dangerfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const fs = require('fs');
22
const path = require('path');
33
const validateMessage = require('validate-commit-msg');
4+
const _ = require('lodash');
45

56
let errorCount = 0;
67

0 commit comments

Comments
 (0)