[Pkg-javascript-commits] [node-serve-static] 07/07: version lock dependencies
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sat Sep 13 19:52:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-serve-static.
commit ad458366ab973b72caaf5d564616f3e3f7884419
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sat Sep 13 01:23:29 2014 +0000
version lock dependencies
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 24e8df8..9db6cbd 100644
--- a/debian/control
+++ b/debian/control
@@ -24,9 +24,9 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-escape-html
- , node-parseurl
- , node-send
+ , node-escape-html (>= 1.0.1)
+ , node-parseurl (>= 1.3.0)
+ , node-send (>= 0.9.1)
Description: static files server module for Node.js
Simple and fast deploy module to serve static files
in your web applications.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-serve-static.git
More information about the Pkg-javascript-commits
mailing list