Updates the package to the current
minor
and
patch
versions but do not update to the current
major
version
npm update moment
Before update
""dependencies": {
    "moment": "^1.6.2"
}
After update
"dependencies": {
    "moment": "^1.7.2"
}
The package updated to 1.7.2 even though the current
major
version is
2
by Valeri Tandilashvili
4 years ago
NPM
NPM Crash Course
0
Pro tip: use ```triple backticks around text``` to write in code fences