summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/copy-concurrently
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/copy-concurrently')
-rw-r--r--deps/npm/node_modules/copy-concurrently/LICENSE1
-rw-r--r--deps/npm/node_modules/copy-concurrently/README.md2
-rw-r--r--deps/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE1
-rw-r--r--deps/npm/node_modules/copy-concurrently/node_modules/aproba/README.md3
4 files changed, 5 insertions, 2 deletions
diff --git a/deps/npm/node_modules/copy-concurrently/LICENSE b/deps/npm/node_modules/copy-concurrently/LICENSE
index e0040f6659..83e7c4c629 100644
--- a/deps/npm/node_modules/copy-concurrently/LICENSE
+++ b/deps/npm/node_modules/copy-concurrently/LICENSE
@@ -11,3 +11,4 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
diff --git a/deps/npm/node_modules/copy-concurrently/README.md b/deps/npm/node_modules/copy-concurrently/README.md
index e27b016d72..3f6f97426a 100644
--- a/deps/npm/node_modules/copy-concurrently/README.md
+++ b/deps/npm/node_modules/copy-concurrently/README.md
@@ -19,7 +19,7 @@ are unavailable then junctions will be used.
### copy(from, to, [options]) → Promise
-Recursively copies `from` to `to` and resolves its promise when finished.
+Recursively copies `from` to `to` and resolves its promise when finished.
If `to` already exists then the promise will be rejected with an `EEXIST`
error.
diff --git a/deps/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE b/deps/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE
index 2a4982dc40..f4be44d881 100644
--- a/deps/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE
+++ b/deps/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE
@@ -11,3 +11,4 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
diff --git a/deps/npm/node_modules/copy-concurrently/node_modules/aproba/README.md b/deps/npm/node_modules/copy-concurrently/node_modules/aproba/README.md
index e94799201c..0bfc594c56 100644
--- a/deps/npm/node_modules/copy-concurrently/node_modules/aproba/README.md
+++ b/deps/npm/node_modules/copy-concurrently/node_modules/aproba/README.md
@@ -84,10 +84,11 @@ I wanted a very simple argument validator. It needed to do two things:
2. Not encourage an infinite bikeshed of DSLs
This is why types are specified by a single character and there's no such
-thing as an optional argument.
+thing as an optional argument.
This is not intended to validate user data. This is specifically about
asserting the interface of your functions.
If you need greater validation, I encourage you to write them by hand or
look elsewhere.
+