Minor version increased, abreviated command: myv
This commit is contained in:
parent
ad32530261
commit
14ee54bbd7
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
"name": "myvc",
|
||||
"version": "1.2.9",
|
||||
"version": "1.3.0",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL Version Control",
|
||||
"license": "GPL-3.0",
|
||||
"bin": "cli.js",
|
||||
"bin": {
|
||||
"myvc": "cli.js",
|
||||
"myv": "cli.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdnatura/myvc.git"
|
||||
|
|
Loading…
Reference in New Issue