Skip to content

Commit dce4650

Browse files
authored
chore: tweak mkdirp (#44)
1 parent 1b770ab commit dce4650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electrom",
3-
"version": "19.3.0",
3+
"version": "19.3.1",
44
"description": "Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows",
55
"scripts": {
66
"build": "sh ./build.sh",
@@ -43,7 +43,7 @@
4343
"debug": "4",
4444
"filesize": "6",
4545
"lodash": "4",
46-
"mkdirp": "1",
46+
"mkdirp": "0.5.1",
4747
"moment": "2"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)