[Pkg-javascript-commits] [node-strip-ansi] 04/08: Imported Upstream version 2.0.2
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Mar 20 23:38:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-strip-ansi.
commit 75a62fd780f4c7e2484a02c772aa32adc1efc498
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Mar 21 00:32:27 2015 +0100
Imported Upstream version 2.0.2
---
.travis.yml | 3 +++
package.json | 8 ++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 244b7e8..dedfc07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+sudo: false
language: node_js
node_js:
+ - 'iojs'
+ - '0.12'
- '0.10'
diff --git a/package.json b/package.json
index 554776a..fe0856b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "strip-ansi",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Strip ANSI escape codes",
"license": "MIT",
"repository": "sindresorhus/strip-ansi",
@@ -9,6 +9,10 @@
"email": "sindresorhus at gmail.com",
"url": "http://sindresorhus.com"
},
+ "maintainers": [
+ "Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)",
+ "Joshua Appelman <jappelman at xebia.com> (http://jbnicolai.com)"
+ ],
"bin": {
"strip-ansi": "cli.js"
},
@@ -48,7 +52,7 @@
"text"
],
"dependencies": {
- "ansi-regex": "^1.0.0"
+ "ansi-regex": "^1.1.1"
},
"devDependencies": {
"mocha": "*"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-ansi.git
More information about the Pkg-javascript-commits
mailing list