[Pkg-javascript-commits] [node-string-width] 06/09: update dependency on strip-ansi as per package.json
Paolo Greppi
paolog-guest at moszumanska.debian.org
Mon Oct 30 09:48:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-string-width.
commit 32036c59cc6cef09f9f5b1c7e303c20ccb50c67b
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Tue Sep 19 09:15:13 2017 +0200
update dependency on strip-ansi as per package.json
---
debian/changelog | 2 +-
debian/control | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5b50d1..6480673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
node-string-width (2.1.1-1) UNRELEASED; urgency=medium
- * New upstream version
+ * New upstream release
* Fix long description typo
* Bump standards version
diff --git a/debian/control b/debian/control
index 477d006..8a63a59 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
- , nodejs,
- mocha,
- node-strip-ansi,
- node-wcwidth.js
+ , nodejs
+ , mocha
+ , node-wcwidth.js (>= 1.0.0)
+ , node-strip-ansi (>= 4.0.0)
Standards-Version: 4.0.1
Homepage: https://github.com/sindresorhus/string-width#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-string-width.git
@@ -21,7 +21,7 @@ Depends:
${misc:Depends}
, nodejs
, node-wcwidth.js (>= 1.0.0)
- , node-strip-ansi (>= 3.0.0)
+ , node-strip-ansi (>= 4.0.0)
Description: Get the visual width of a string
Some Unicode characters use more or less than the normal width when output
to the command-line.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-width.git
More information about the Pkg-javascript-commits
mailing list