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:
authorisaacs <i@izs.me>2013-12-11 21:26:12 +0400
committerisaacs <i@izs.me>2013-12-11 21:26:12 +0400
commite238176fd43daa7ea43158ca0c95657684bfbc4f (patch)
treee410b6c4dfc0a6bf4832d2aaa030cfffc47e6846 /node_modules/ansicolors
parent445c21701f017f7c0fb138d10f5a544d373c28a2 (diff)
ansicolors@0.3.2
Diffstat (limited to 'node_modules/ansicolors')
-rw-r--r--node_modules/ansicolors/.npmignore15
-rw-r--r--node_modules/ansicolors/.travis.yml4
-rw-r--r--node_modules/ansicolors/package.json6
3 files changed, 3 insertions, 22 deletions
diff --git a/node_modules/ansicolors/.npmignore b/node_modules/ansicolors/.npmignore
deleted file mode 100644
index a72b52ebe..000000000
--- a/node_modules/ansicolors/.npmignore
+++ /dev/null
@@ -1,15 +0,0 @@
-lib-cov
-*.seed
-*.log
-*.csv
-*.dat
-*.out
-*.pid
-*.gz
-
-pids
-logs
-results
-
-npm-debug.log
-node_modules
diff --git a/node_modules/ansicolors/.travis.yml b/node_modules/ansicolors/.travis.yml
deleted file mode 100644
index 895dbd362..000000000
--- a/node_modules/ansicolors/.travis.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-language: node_js
-node_js:
- - 0.6
- - 0.8
diff --git a/node_modules/ansicolors/package.json b/node_modules/ansicolors/package.json
index 430b2daf4..bca06da29 100644
--- a/node_modules/ansicolors/package.json
+++ b/node_modules/ansicolors/package.json
@@ -1,6 +1,6 @@
{
"name": "ansicolors",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Functions that surround a string with ansicolor codes so it prints in color.",
"main": "ansicolors.js",
"scripts": {
@@ -29,6 +29,6 @@
"url": "https://github.com/thlorenz/ansicolors/issues"
},
"homepage": "https://github.com/thlorenz/ansicolors",
- "_id": "ansicolors@0.3.1",
- "_from": "ansicolors@"
+ "_id": "ansicolors@0.3.2",
+ "_from": "ansicolors@latest"
}