Skip to content

Commit

Permalink
correct case sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonray committed Apr 5, 2018
1 parent eab02be commit 5e2379c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Stopwatch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var now = require("performance-now");
const isBoolean = require('lodash.isBoolean');
const isEmpty = require('lodash.isEmpty');
const isBoolean = require('lodash.isboolean');
const isEmpty = require('lodash.isempty');
const uuid = require('uuid/v4');
var format = require('string-template');

Expand Down

0 comments on commit 5e2379c

Please sign in to comment.