[Pkg-javascript-commits] [node-deep-eql] 03/04: fix description

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Oct 12 18:02:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a commit to branch master
in repository node-deep-eql.

commit 14dca31676d93c5dcaad3629e5407762daa9108b
Author: Syam G Krishnan <sgk at riseup.net>
Date:   Tue Oct 11 22:42:23 2016 +0530

    fix description
---
 debian/control | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7e3e512..e9ea0a2 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,11 @@ Depends:
  , nodejs
  , node-type-detect (>>3.0.0)
 Description: Improved deep equality testing for Node.js and the browser.
- FIX_ME long description
+ Deep Eql is a module which you can use to determine if two
+ objects are "deeply" equal - that is, rather than having
+ referential equality (a === b), this module checks an
+ object's keys recursively, until it finds primitives to
+ check for referential equality. For more on equality in JavaScript,
+ read the comparison operators article on mdn.
  .
  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-deep-eql.git



More information about the Pkg-javascript-commits mailing list