Skip to content

Commit 548d24a

Browse files
committed
Changed capitalization in package name
1 parent c7d6f6b commit 548d24a

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.2.0",
3+
"version": "2.2.1",
44
"description": "Charset Detector - Detect the encoding and language of text files - Use it in the browser, with Node.js, or via CLI",
55
"main": "src/index-node.js",
66
"types": "src/index-node.d.ts",
@@ -21,7 +21,7 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/gignupg/Detect-File-Encoding-and-Language.git"
24+
"url": "git+https://github.com/gignupg/Detect-File-Encoding-And-Language.git"
2525
},
2626
"keywords": [
2727
"detect",

0 commit comments

Comments
 (0)