From c2ca98daac90199bc43f6c5fe974b2b41d9fb40a Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 21 Dec 2022 14:28:58 +0100 Subject: [PATCH] #4036 Package name fixes --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- template/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d87fff8..5f1ac7b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index e116fd3..3586f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1ef9eb2..6095885 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/template/package.json b/template/package.json index 715e96d..35995f8 100644 --- a/template/package.json +++ b/template/package.json @@ -8,6 +8,6 @@ "type": "git" }, "dependencies": { - "myt": "^1.5.2" + "@verdnatura/myt": "^1.5.3" } }