[Pkg-javascript-commits] [node-is-obj] 08/08: Change description to not include code

Ross Gammon ross-guest at moszumanska.debian.org
Tue Jan 31 18:42:49 UTC 2017


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

ross-guest pushed a commit to branch master
in repository node-is-obj.

commit 231e02038b504359418a110acf68d1dbf9cbc060
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date:   Fri Jan 13 09:37:30 2017 +0530

    Change description to not include code
    
    I have based the description partly on the node-isarray package in sid
---
 debian/control | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 96afc5c..68d6233 100644
--- a/debian/control
+++ b/debian/control
@@ -17,14 +17,10 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: Check if a value is an object
- Usage:
- const isObj = require('is-obj');
- isObj({foo: 'bar'});
- //=> true
- isObj([1, 2, 3]);
- //=> true
- isObj('foo');
- //=> false
+Description: Check if a JavaScript value is an object
+ Determines if a value in JavaScript is an object. Arrays, functions, regexp are
+ also objects in JavaScript.
+ .
+ This package contains the is-obj module for Node.js.
  .
  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-is-obj.git



More information about the Pkg-javascript-commits mailing list