We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa5ee commit 3d627d3Copy full SHA for 3d627d3
package.json
@@ -49,7 +49,9 @@
49
"vscode:prepublish": "yarn run lint && yarn run build",
50
"watch:css": "yarn run build:css -w"
51
},
52
- "dependencies": {},
+ "dependencies": {
53
+ "jschardet": "^3.0.0"
54
+ },
55
"devDependencies": {
56
"@semantic-release/changelog": "^5.0.1",
57
"@semantic-release/git": "^9.0.0",
@@ -70,7 +72,6 @@
70
72
"eslint-plugin-prettier": "^3.4.0",
71
73
"glob": "^7.1.7",
74
"iconv-lite-umd": "0.6.8",
- "jschardet": "^3.0.0",
75
"milligram": "^1.4.1",
76
"minimatch": "^3.0.4",
77
"mocha": "^9.0.3",
0 commit comments