Skip to content

Commit 380a478

Browse files
committed
Stable version (2.0.8). CLI, Node and Browswer tested and working!
1 parent be5d8d8 commit 380a478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-file-encoding-and-language",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Charset Detector - Detect the encoding and language of any file - Use it in the browser, with Node.js, or via CLI",
55
"main": "src/index-node.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"minify": "uglifyjs ./umd/language-encoding.min.js --compress --output ./umd/language-encoding.min.js",
1111
"prepublishOnly": "npm test"
1212
},
13-
"browser": "umd/language-encoding.min.js",
13+
"browser": "src/index-browser.js",
1414
"bin": {
1515
"dfeal": "./bin/cli.js"
1616
},

0 commit comments

Comments
 (0)