Skip to content

Commit da6613e

Browse files
committed
add 'falsey' library to dependency list and inject it into utils object
So that isTruthy and isFalsey stop complaining about it
1 parent 20687c4 commit da6613e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/utils/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require('kind-of', 'typeOf');
1818
// matching utils
1919
require('is-glob');
2020
require('micromatch', 'mm');
21+
require('falsey');
2122

2223
// Number utils
2324
require('is-even');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"array-sort": "^0.1.2",
7373
"create-frame": "^1.0.0",
7474
"define-property": "^1.0.0",
75+
"falsey": "^0.3.0",
7576
"for-in": "^1.0.2",
7677
"for-own": "^1.0.0",
7778
"get-object": "^0.2.0",

0 commit comments

Comments
 (0)