[Pkg-javascript-commits] [node-type-detect] 03/08: Fix description

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Oct 12 17:52:25 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-type-detect.

commit 8dfd46dc67efb727850eb632892ed227825f1b2c
Author: Syam G Krishnan <sgk at riseup.net>
Date:   Tue Oct 11 17:42:12 2016 +0530

    Fix description
---
 debian/control | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e6c6268..59ee75c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.7
+Standards-Version: 3.9.9
 Homepage: https://github.com/chaijs/type-detect#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-type-detect.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-type-detect.git
@@ -18,6 +18,11 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: Improved typeof detection for node.js and the browser.
- FIX_ME long description
+ Type Detect is a module which you can use to
+ detect the type of a given object. It returns
+ a string representation of the object's type,
+ either using typeof or @@toStringTag.
+ .
+ It also normalizes some object names for consistency among browsers.
  .
  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-type-detect.git



More information about the Pkg-javascript-commits mailing list