Skip to content

Commit

Permalink
Prepare for v3.0.0-beta.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Oct 11, 2020
1 parent efa8501 commit a45c4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].5
npm install [email protected].6
```

#### Umzug instance
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"migrate",
"migration",
"migrations",
"sequelize"
"sequelize",
"database"
],
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit a45c4c9

Please sign in to comment.