From a45c4c990ed9dbd8627be80178bcd3f319be5be5 Mon Sep 17 00:00:00 2001 From: papb Date: Sun, 11 Oct 2020 20:12:13 -0300 Subject: [PATCH] Prepare for v3.0.0-beta.6 release --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c827ceb..8f2f6647 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ See [these tests](./test/umzug.test.ts) for more examples of Umzug usage, includ The beta version of Umzug is available on npm by specifying the correct tag: ```bash -npm install umzug@3.0.0-beta.5 +npm install umzug@3.0.0-beta.6 ``` #### Umzug instance diff --git a/package.json b/package.json index fb3a5406..55ad8e4f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "migrate", "migration", "migrations", - "sequelize" + "sequelize", + "database" ], "main": "lib/index.js", "files": [ @@ -49,7 +50,7 @@ "build": "del-cli lib && tsc", "lint": "eslint --ext .js,.ts . --max-warnings 0", "prepare": "npm run build", - "release": "np --no-2fa", + "release": "np --no-yarn --no-2fa", "pretest": "del-cli test/generated", "test": "jest" },