Skip to content

Commit

Permalink
Stable version (2.0.8). CLI, Node and Browswer tested and working!
Browse files Browse the repository at this point in the history
  • Loading branch information
gignupg committed Apr 20, 2021
1 parent be5d8d8 commit 380a478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detect-file-encoding-and-language",
"version": "2.0.7",
"version": "2.0.8",
"description": "Charset Detector - Detect the encoding and language of any file - Use it in the browser, with Node.js, or via CLI",
"main": "src/index-node.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"minify": "uglifyjs ./umd/language-encoding.min.js --compress --output ./umd/language-encoding.min.js",
"prepublishOnly": "npm test"
},
"browser": "umd/language-encoding.min.js",
"browser": "src/index-browser.js",
"bin": {
"dfeal": "./bin/cli.js"
},
Expand Down

0 comments on commit 380a478

Please sign in to comment.