[Pkg-javascript-commits] [node-collection-visit] 05/06: update dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jan 11 11:32:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-collection-visit.
commit 65a3ddee841cc8912c2d93697509958064f1ba87
Author: Pirate Praveen <praveen at debian.org>
Date: Thu Jan 11 16:58:45 2018 +0530
update dependencies
---
debian/control | 12 +++++-------
debian/tests/control | 2 +-
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 80aac36..089b815 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,9 @@ Build-Depends:
, dh-buildinfo
, nodejs
, mocha
- , node-should
- , node-object-visit (>= 0.3.4)
- , node-lazy-cache (>= 2.0.1)
- , node-map-visit (>= 0.1.5)
+ , node-map-visit (>= 1.0.0)
+ , node-object-visit (>= 1.0.0)
+ , node-clone-deep
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/collection-visit
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-collection-visit.git
@@ -22,9 +21,8 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-object-visit (>= 0.3.4)
- , node-lazy-cache (>= 2.0.1)
- , node-map-visit (>= 0.1.5)
+ , node-object-visit (>= 1.0.0)
+ , node-map-visit (>= 1.0.0)
Description: Visit a method over items in object, or map visit over the objects
Visit a method over the items in an object, or map visit over the objects
in an array. This is an alternative approach to using extend or merge, useful
diff --git a/debian/tests/control b/debian/tests/control
index 0c5de49..bcbbdb5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: require
Depends: node-collection-visit
Test-Command: mocha -R spec
-Depends: @, @builddeps@
+Depends: @, mocha, node-clone-deep
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-collection-visit.git
More information about the Pkg-javascript-commits
mailing list