[Pkg-javascript-commits] [node-array-equal] 03/03: improved description
Thorsten Alteholz
alteholz at moszumanska.debian.org
Wed Feb 24 21:06:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-array-equal.
commit 904d7aad62e063923b0e4e257401abc000e7dcb5
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Wed Feb 24 22:03:44 2016 +0100
improved description
---
debian/changelog | 6 ++++++
debian/control | 9 ++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 739a035..f499392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-array-equal (1.0.0-2) unstable; urgency=medium
+
+ * improve description, thanks to Daniele Forsi (Closes: #815780)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Wed, 24 Feb 2016 20:12:50 +0100
+
node-array-equal (1.0.0-1) unstable; urgency=medium
* Initial release
diff --git a/debian/control b/debian/control
index 1a9e246..bf3bc70 100644
--- a/debian/control
+++ b/debian/control
@@ -18,11 +18,10 @@ Depends:
${misc:Depends}
, nodejs
Description: check if two arrays are equal
- This node module check whether two arrays are equal:
+ This node module checks whether two arrays are equal:
.
- var equals = require('array-equal')
- .
- assert(equals([1, 2, 3], [1, 2, 3])) // => true
- assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
+ var equals = require('array-equal')
+ assert(equals([1, 2, 3], [1, 2, 3])) // => true
+ assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-array-equal.git
More information about the Pkg-javascript-commits
mailing list