Skip to content

Commit

Permalink
fix: added jschardect as dep (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Dec 9, 2021
1 parent 21aa5ee commit 3d627d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"vscode:prepublish": "yarn run lint && yarn run build",
"watch:css": "yarn run build:css -w"
},
"dependencies": {},
"dependencies": {
"jschardet": "^3.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
Expand All @@ -70,7 +72,6 @@
"eslint-plugin-prettier": "^3.4.0",
"glob": "^7.1.7",
"iconv-lite-umd": "0.6.8",
"jschardet": "^3.0.0",
"milligram": "^1.4.1",
"minimatch": "^3.0.4",
"mocha": "^9.0.3",
Expand Down

0 comments on commit 3d627d3

Please sign in to comment.