Skip to content

Commit

Permalink
app-editors/vscode: fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 28, 2024
1 parent b815379 commit 51be15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/vscode/vscode-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ src_configure() {
# fi

if use electron-28 && use build-online; then
sed -i 's$"resolutions": {$"resolutions": {"nan": "^2.18.0",$' package.json || die;
sed -i 's$"dependencies":$"resolutions": {"nan": "^2.18.0"},"dependencies":$' package.json || die;
fi

ebegin "Installing node_modules"
Expand Down

0 comments on commit 51be15d

Please sign in to comment.