mkdir-bluebird
Advanced tools
Comparing version
{ | ||
"name": "mkdir-bluebird", | ||
"version": "1.0.10", | ||
"description": "promise wrapper for node’s fs.mkdir() that ignoes EEXIST by default", | ||
"version": "1.0.11", | ||
"description": "promise wrapper for node’s fs.mkdir() that ignores EEXIST by default", | ||
"author": "dan entous", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
# mkdir-bluebird | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NSP Status][nsp-image]][nsp-url] | ||
promise wrapper for node’s fs.mkdir() that ignoes `EEXIST` by default. | ||
promise wrapper for node’s fs.mkdir() that ignores `EEXIST` by default. | ||
@@ -6,0 +6,0 @@ wraps node’s [`fs.mkdir()`][fs-mkdir], in a [bluebird][bluebird] promise that resolves with `true` if successful or rejects with the `Error` returned by `fs.mkdir()`; both results need to be handled by the code calling this function. |
@@ -10,3 +10,3 @@ 'use strict'; | ||
/** | ||
* promise wrapper for node’s fs.mkdir() that ignoes EEXIST by default | ||
* promise wrapper for node’s fs.mkdir() that ignores EEXIST by default | ||
* | ||
@@ -13,0 +13,0 @@ * wraps node’s fs.mkdir(), in a bluebird promise that resolves with `true` if |
Sorry, the diff of this file is not supported yet
83943
1.6%