Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c64a354

Browse files
committed
use null package for string_decoder
1 parent ffe0c38 commit c64a354

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@
665665
"overrides": {
666666
"async": "~3.2.3",
667667
"node-sass": "^7.0.0",
668-
"es5-ext": "0.10.53"
668+
"es5-ext": "0.10.53",
669+
"string_decoder": "https://github.com/microsoft/vscode-arduino/releases/download/v0.4.12-rc2/string_decoder-10.0.0.tgz"
669670
}
670-
}
671+
}

src/views/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"qs": "~6.10.3",
4242
"async": "~3.2.3",
4343
"node-sass": "^7.0.0",
44-
"es5-ext": "0.10.53"
44+
"es5-ext": "0.10.53",
45+
"string_decoder": "https://github.com/microsoft/vscode-arduino/releases/download/v0.4.12-rc2/string_decoder-10.0.0.tgz"
4546
}
46-
}
47+
}

0 commit comments

Comments
 (0)