nodejs: Fix checkver pattern

This commit is contained in:
ISHIDA Akio 2015-10-14 19:02:51 +09:00
parent b753b8c8cc
commit eb5cc13453

View File

@ -17,5 +17,5 @@
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc
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\\.]+)"
}