Skip to content

Commit ab71204

Browse files
authored
Update iconv to 2.2.1 and node-icu-charset-detector to 0.2.0 to fix node 6+ support
Currently building it without these updates will fail so this will hopefully fix it.
1 parent deb1bdd commit ab71204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"irc-colors": "^1.1.0"
3535
},
3636
"optionalDependencies": {
37-
"iconv": "~2.1.6",
38-
"node-icu-charset-detector": "~0.1.2"
37+
"iconv": "~2.2.1",
38+
"node-icu-charset-detector": "~0.2.0"
3939
},
4040
"devDependencies": {
4141
"ansi-color": "0.2.1",

0 commit comments

Comments
 (0)