Commit b475a12b authored by Hunter Loftis's avatar Hunter Loftis

rephrasing

parent 937459c6
...@@ -50,7 +50,7 @@ testUnstableVersion() { ...@@ -50,7 +50,7 @@ testUnstableVersion() {
testOldNpm() { testOldNpm() {
compile "old-npm" compile "old-npm"
assertCaptured "WARNING: This version of npm has several known issues." assertCaptured "WARNING: This version of npm has several known issues"
assertCapturedSuccess assertCapturedSuccess
} }
......
...@@ -26,6 +26,6 @@ fi ...@@ -26,6 +26,6 @@ fi
if [ "$npm_engine" != "" ]; then if [ "$npm_engine" != "" ]; then
if [ "${npm_engine:0:1}" -lt "2" ]; then if [ "${npm_engine:0:1}" -lt "2" ]; then
warning "This version of npm has several known issues. You should consider upgrading to the latest release." warning "This version of npm has several known issues - consider upgrading to the latest release"
fi fi
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment