Skip to content

Commit a79f27e

Browse files
committed
fix
1 parent 932e39b commit a79f27e

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
@@ -22,7 +22,6 @@
2222
"@types/fs-extra": "^11.0.4",
2323
"@types/jest": "^29.5.12",
2424
"@types/node": "^20.11.19",
25-
"fs-extra": "^11.2.0",
2625
"jest": "^29.7.0",
2726
"ts-node": "^10.9.2",
2827
"typescript": "^5.3.3"
@@ -32,6 +31,7 @@
3231
"commander": "^13.1.0",
3332
"lodash": "^4.17.21",
3433
"minimatch": "^10.0.1",
35-
"rimraf": "^6.0.1"
34+
"rimraf": "^6.0.1",
35+
"fs-extra": "^11.2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)