#4036 Package name fixes
This commit is contained in:
parent
d8a5133436
commit
c2ca98daac
|
@ -1,4 +1,4 @@
|
|||
# Myt - MySQL and MariaDB version control using Git
|
||||
# Myt - MySQL version control
|
||||
|
||||
Utilities to ease the maintenance of MySQL or MariaDB database versioning using
|
||||
a Git repository.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.3",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL and MariaDB version control using Git",
|
||||
"description": "MySQL version control",
|
||||
"license": "GPL-3.0",
|
||||
"bin": {
|
||||
"myt": "cli.js",
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"type": "git"
|
||||
},
|
||||
"dependencies": {
|
||||
"myt": "^1.5.2"
|
||||
"@verdnatura/myt": "^1.5.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue