Skip to content

Commit 7b39755

Browse files
committed
Add chalk dep
1 parent 2388c75 commit 7b39755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gitHooks/license.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const { resolve } = require('path');
1919
const simpleGit = require('simple-git/promise');
2020
const fs = require('mz/fs');
2121
const ora = require('ora');
22+
const chalk = require('chalk');
2223

2324
const root = resolve(__dirname, '../..');
2425
const git = simpleGit(root);

0 commit comments

Comments
 (0)