Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 02b1883

Browse files
committed
fix: add mkdirp for post install in dependenvies
1 parent 3b71106 commit 02b1883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"git-cz": "^3.3.0",
4545
"jest": "^24.9.0",
4646
"lodash": "^4.17.20",
47-
"mkdirp": "^1.0.4",
4847
"prettier": "^1.19.1",
4948
"prettier-plugin-svelte": "^1.4.1",
5049
"quicktype": "^15.0.258",
@@ -138,5 +137,8 @@
138137
},
139138
"prettier": {
140139
"printWidth": 120
140+
},
141+
"dependencies": {
142+
"mkdirp": "^1.0.4"
141143
}
142144
}

0 commit comments

Comments
 (0)