@lxf2513/mkdir-recursive
Advanced tools
+4
-4
| { | ||
| "name": "@lxf2513/mkdir-recursive", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Recursively creates a directory. Returns undefined or the first directory path created.", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "git+git@github.com:luoxiangfan/mkdir-sync-recursive.git" | ||
| "url": "git+git@github.com:luoxiangfan/mkdir-recursive.git" | ||
| }, | ||
@@ -47,5 +47,5 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://github.com/luoxiangfan/mkdir-sync-recursive/issues" | ||
| "url": "https://github.com/luoxiangfan/mkdir-recursive/issues" | ||
| }, | ||
| "homepage": "https://github.com/luoxiangfan/mkdir-sync-recursive#readme", | ||
| "homepage": "https://github.com/luoxiangfan/mkdir-recursive#readme", | ||
| "devDependencies": { | ||
@@ -52,0 +52,0 @@ "@types/node": "^22.9.0", |
9721
-0.15%