mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
nodejs: Fix checkver pattern
This commit is contained in:
parent
b753b8c8cc
commit
eb5cc13453
@ -17,5 +17,5 @@
|
|||||||
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
|
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
|
||||||
rm $dir\\nodejs\\node_modules\\npm\\npmrc
|
rm $dir\\nodejs\\node_modules\\npm\\npmrc
|
||||||
npm update -g",
|
npm update -g",
|
||||||
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
|
"checkver": "<p class=\"home-version home-version-banner\">\\s*Current Version: v([0-9\\.]+)"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user