From 380a4781ec33365750e1b64f1d5b4af8f7126de9 Mon Sep 17 00:00:00 2001 From: gignu Date: Tue, 20 Apr 2021 15:05:49 +0200 Subject: [PATCH] Stable version (2.0.8). CLI, Node and Browswer tested and working! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae393ef..f5b11e5 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" },