Skip to content

Commit

Permalink
Changed capitalization in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gignupg committed Jun 15, 2022
1 parent c7d6f6b commit 548d24a
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.2.0",
"version": "2.2.1",
"description": "Charset Detector - Detect the encoding and language of text files - Use it in the browser, with Node.js, or via CLI",
"main": "src/index-node.js",
"types": "src/index-node.d.ts",
Expand All @@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/gignupg/Detect-File-Encoding-and-Language.git"
"url": "git+https://github.com/gignupg/Detect-File-Encoding-And-Language.git"
},
"keywords": [
"detect",
Expand Down

0 comments on commit 548d24a

Please sign in to comment.