Minor version increased, abreviated command: myv

This commit is contained in:
Juan Ferrer 2022-02-10 11:20:36 +01:00
parent ad32530261
commit 14ee54bbd7
1 changed files with 5 additions and 2 deletions

View File

@ -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"