minor changes

This commit is contained in:
Dmitry Shirokov 2013-05-07 15:01:08 +10:00
parent 116b8cad9e
commit 7f82a455b6
3 changed files with 2 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,5 +1,2 @@
testing.js
ignore
test/data/collation
test/data/conversion
.DS_Store

View File

@ -1,7 +1,5 @@
module.exports = function(det, rec, confidence, name, lang) {
// console.log(det, rec, confidence);
// this.res = 1;
this.confidence = confidence;
this.name = name || rec.name(det);
}
};

View File

@ -3,7 +3,7 @@
"version": "0.0.6",
"homepage": "https://github.com/runk/node-chardet",
"description": "Character detector",
"keywords": ["encoding", "character", "utf8", "detector"],
"keywords": ["encoding", "character", "utf8", "detector", "chardet", "icu"],
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"dependencies": {},
"repository": {