#4036 Package name fixes

This commit is contained in:
Juan Ferrer 2022-12-21 14:28:58 +01:00
parent d8a5133436
commit c2ca98daac
4 changed files with 6 additions and 6 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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

View File

@ -8,6 +8,6 @@
"type": "git"
},
"dependencies": {
"myt": "^1.5.2"
"@verdnatura/myt": "^1.5.3"
}
}