Open
Description
After sourcing versions from root package.json
(via demeteorizer
), we need to check if a new version of npm
was requested. Using these properties:
"engines": {
"node": "4.5.0",
"npm": "latest"
}
I get this:
Demeteorization complete.
Now using node v4.5.0 (npm v2.15.9)
deploy -> v4.5.0 *
It looks like we are updating the version, just not printing the right information.