more-node-fs
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "more-node-fs", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A utility which adds some more File System functions for Node.", | ||
@@ -16,6 +16,9 @@ "main": "dist/index.js", | ||
"test": "npm run test-js && npm run test-ts", | ||
"v-patch": "npm version patch -m \"Upgrade package version to v%s\"", | ||
"v-minor": "npm version minor -m \"Upgrade package version to v%s\"", | ||
"v-major": "npm version major -m \"Upgrade package version to v%s\"", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run test && npm run lint", | ||
"preversion": "npm run lint", | ||
"postversion": "git push --tags" | ||
"postversion": "git push --follow-tags" | ||
}, | ||
@@ -22,0 +25,0 @@ "repository": { |
@@ -14,4 +14,3 @@ | ||
Deletes files and directories. If a directory is specified then it will recursively delete everything inside of it as well. | ||
- walkdir: Generator function that iterates through a directory and any sub directories. Unlike the | ||
the other functions, this uses breadth first search. | ||
- walkdir: Generator function that iterates through a directory and any sub directories. Unlike the other functions, this uses breadth first search. | ||
- Extra options available to forEachPath, readdirDeep and walkdir: | ||
@@ -18,0 +17,0 @@ - ignore: If specified, then will not look at paths that match this regex. This and the match option can significantly speed up path searches. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22203
47