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

Commit 35fdf0b

Browse files
committed
chore(danger): fix dangerfile
1 parent b78856e commit 35fdf0b

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)