core-mvc
Version:
Simple but powerful MVC framework for NodeJS.
27 lines (26 loc) • 711 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "npm version major",
"problemMatcher": [],
"label": "Release major",
"detail": "Create a major (*.0.0) release"
},
{
"type": "shell",
"command": "npm version minor",
"problemMatcher": [],
"label": "Release minor",
"detail": "Create a minor (1.*.0) release"
},
{
"type": "shell",
"command": "npm version patch",
"problemMatcher": [],
"label": "Release patch",
"detail": "Create a patch (1.2.*) release"
}
]
}