diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-27 19:33:54 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-27 19:34:16 +0100 |
commit | 0e6de2c31dbf8c21277481f112e99c52b913940f (patch) | |
tree | 91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/make-dir/readme.md | |
parent | ceda0da31ad542c598c68146ae0712ca03df3d71 (diff) |
node_modules
Diffstat (limited to 'node_modules/make-dir/readme.md')
-rw-r--r-- | node_modules/make-dir/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/make-dir/readme.md b/node_modules/make-dir/readme.md index 23cf23252..c8b348305 100644 --- a/node_modules/make-dir/readme.md +++ b/node_modules/make-dir/readme.md @@ -1,4 +1,4 @@ -# make-dir [](https://travis-ci.org/sindresorhus/make-dir) [](https://ci.appveyor.com/project/sindresorhus/make-dir/branch/master) [](https://coveralls.io/github/sindresorhus/make-dir) +# make-dir [](https://travis-ci.org/sindresorhus/make-dir) [](https://ci.appveyor.com/project/sindresorhus/make-dir/branch/master) [](https://codecov.io/gh/sindresorhus/make-dir) > Make a directory and its parents if needed - Think `mkdir -p` @@ -16,7 +16,7 @@ ## Install ``` -$ npm install --save make-dir +$ npm install make-dir ``` |