Skip to content

Commit 3d627d3

Browse files
authored
fix: added jschardect as dep (#1549)
1 parent 21aa5ee commit 3d627d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"vscode:prepublish": "yarn run lint && yarn run build",
5050
"watch:css": "yarn run build:css -w"
5151
},
52-
"dependencies": {},
52+
"dependencies": {
53+
"jschardet": "^3.0.0"
54+
},
5355
"devDependencies": {
5456
"@semantic-release/changelog": "^5.0.1",
5557
"@semantic-release/git": "^9.0.0",
@@ -70,7 +72,6 @@
7072
"eslint-plugin-prettier": "^3.4.0",
7173
"glob": "^7.1.7",
7274
"iconv-lite-umd": "0.6.8",
73-
"jschardet": "^3.0.0",
7475
"milligram": "^1.4.1",
7576
"minimatch": "^3.0.4",
7677
"mocha": "^9.0.3",

0 commit comments

Comments
 (0)