[Pkg-javascript-commits] [node-chalk] 05/12: Removing versioned Depends.
Mathias Behrle
mbehrle at moszumanska.debian.org
Sat Jul 23 13:39:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a commit to branch master
in repository node-chalk.
commit 2fe4c0e3ad9fb4cfa45538e87aebfc8b809bb1f9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 18 17:58:03 2016 +0200
Removing versioned Depends.
---
debian/control | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 4010cae..1080e6b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,11 +15,11 @@ Package: node-chalk
Architecture: all
Depends: ${misc:Depends},
nodejs,
- node-ansi-styles (>= 2.0.1),
- node-escape-string-regexp (>= 1.0.2),
- node-has-ansi (>= 1.0.3),
- node-strip-ansi (>= 2.0.1),
- node-supports-color (>= 1.3.0)
+ node-ansi-styles,
+ node-escape-string-regexp,
+ node-has-ansi,
+ node-strip-ansi,
+ node-supports-color,
Description: Terminal string styling for Node.js
Chalk is a Node.js module which provides string styling via ANSI escape codes
without extending String.prototype.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-chalk.git
More information about the Pkg-javascript-commits
mailing list