Skip to content

Commit

Permalink
Fix require typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Apr 17, 2020
1 parent 3850d41 commit dd46afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validatePeersDeps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs-extra');
const glob = require('fast-glob');
const semver = require('semver');
const chalk = requrie('chalk');
const chalk = require('chalk');

const banner = require('./banner');
const track = require('../telemetry');
Expand Down

0 comments on commit dd46afd

Please sign in to comment.