[Pkg-javascript-commits] [node-lazy-property] 01/01: added dependency in tests/control
Saravanan Palanisamy
saravanan30erd-guest at moszumanska.debian.org
Mon Jul 17 16:43:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
saravanan30erd-guest pushed a commit to branch master
in repository node-lazy-property.
commit ba250ca53f70299e43c77949763fadc6589127d2
Author: saravanan30erd <saravanan30erd at gmail.com>
Date: Mon Jul 17 12:41:24 2017 -0400
added dependency in tests/control
---
debian/control | 2 +-
debian/tests/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 80006c1..a3986cc 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: Adds a lazily initialized property to the object.
+Description: Adds a lazily initialized property to the object
E.G. require("lazy-property")(obj, name, init[, enumerable])
obj is the object to add the property to
name is the name of the property
diff --git a/debian/tests/control b/debian/tests/control
index 08cca7c..48ce75d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: require
Depends: node-lazy-property
Test-Command: tape test/*.js
-Depends: @, tape
+Depends: @, node-tape
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lazy-property.git
More information about the Pkg-javascript-commits
mailing list