Skip to content

Commit a4f0cbe

Browse files
committed
Added two keywords in package.json, updated the version and added a link to the now completed wiki entry to the readme, so you can jump from the readme to the wiki if you want to learn more about the inner workings of this npm package
1 parent ca8b01e commit a4f0cbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 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": "1.5.7",
3+
"version": "1.5.8",
44
"description": "An NPM package to detect the encoding and language of a file",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,9 @@
2424
"file-encoding",
2525
"file-language",
2626
"encoding-detector",
27-
"language-detector"
27+
"language-detector",
28+
"encoding-detection",
29+
"language-detection"
2830
],
2931
"author": "Linus Komnick",
3032
"license": "MIT",

0 commit comments

Comments
 (0)