[Pkg-javascript-commits] [node-mv] 01/01: relax dependencies on rimraf and mkdirp
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Jul 4 20:28:41 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-mv.
commit bad7f932c4ffa30331662758714e03d085305521
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri Jul 4 20:27:38 2014 +0000
relax dependencies on rimraf and mkdirp
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 34b073b..a73b979 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Depends:
${misc:Depends}
, nodejs
, node-ncp (>= 0.5.1)
- , node-mkdirp (>= 0.5.0)
- , node-rimraf (>= 2.2.8)
+ , node-mkdirp (>= 0.3.5)
+ , node-rimraf (>= 2.2.2)
Description: fs.rename alternative which works across devices - Node.js module
mv is a Node.js module which allows you to move a file or directory from one
place to another. It works similarly to the mv utility. First it tries to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mv.git
More information about the Pkg-javascript-commits
mailing list