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

Commit de282ed

Browse files
Merge pull request #1524 from microsoft/dev/garretts/overrides-string_decoder
Use a null package for string_decoder
2 parents ffe0c38 + d527ddd commit de282ed

File tree

4 files changed

+40
-316
lines changed

4 files changed

+40
-316
lines changed

package-lock.json

Lines changed: 11 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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+
}

0 commit comments

Comments
 (0)