diff --git a/README.md b/README.md index 5f1ac7b..406ec96 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ development, so any help is welcomed! Feel free to contribute. It's recommended to install the package globally. ```text -# npm install -g myt +# npm install -g @verdnatura/myt $ myt ``` You can also install locally and use the *npx* command to execute it. ```text -$ npm install myt +$ npm install @verdnatura/myt $ npx myt ``` diff --git a/package-lock.json b/package-lock.json index 3586f69..898e9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.5.3", + "version": "1.5.4", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.3", diff --git a/package.json b/package.json index 6095885..1ab1f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdnatura/myt", - "version": "1.5.3", + "version": "1.5.4", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0", diff --git a/template/package.json b/template/package.json index 35995f8..6db0254 100644 --- a/template/package.json +++ b/template/package.json @@ -8,6 +8,6 @@ "type": "git" }, "dependencies": { - "@verdnatura/myt": "^1.5.3" + "@verdnatura/myt": "^1.5.4" } }