Skip to content

Commit 0770626

Browse files
committed
chore: bump totalist version
1 parent b90c61c commit 0770626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const totalist = require('totalist');
21
const { existsSync } = require('fs');
2+
const { totalist } = require('totalist');
33
const { resolve } = require('path');
44

55
exports.glob = async function (dir) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"kleur": "^3.0.3",
2929
"mk-dirs": "^2.0.0",
3030
"sade": "^1.7.0",
31-
"totalist": "^1.0.1"
31+
"totalist": "^2.0.0"
3232
},
3333
"devDependencies": {
3434
"uvu": "0.3.3"

0 commit comments

Comments
 (0)