Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-01-28 03:41:48 +0300
committerRebecca Turner <me@re-becca.org>2016-01-29 01:58:47 +0300
commit375b9c42fe0c6de47ac2f92527354b2ea79b7968 (patch)
treeb59bdee15ea78ff3f80b2da8c1bb1596f972e169 /node_modules/rimraf/README.md
parentc680fa9f8135759eb5512f4b86e47fa265733f79 (diff)
rimraf@2.5.1
Super minor doc formatting tweak (add a missing comma) Credit: @isaacs
Diffstat (limited to 'node_modules/rimraf/README.md')
-rw-r--r--node_modules/rimraf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/rimraf/README.md b/node_modules/rimraf/README.md
index 24fdb735d..423b8cf85 100644
--- a/node_modules/rimraf/README.md
+++ b/node_modules/rimraf/README.md
@@ -29,7 +29,7 @@ errors are handled for you:
## options
-* unlink, chmod, stat, lstat, rmdir, readdir
+* unlink, chmod, stat, lstat, rmdir, readdir,
unlinkSync, chmodSync, statSync, lstatSync, rmdirSync, readdirSync
In order to use a custom file system library, you can override