Skip to content

Commit

Permalink
Merge 62b5ff2 into 7fbca07
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 29, 2021
2 parents 7fbca07 + 62b5ff2 commit fccfab8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@ Examples
## Tests
To run postgrator tests locally, run `docker-compose up` and then `npm test`.

[build-badge]: https://img.shields.io/github/workflow/status/MattiLehtinen/postgrator-cli/test/master?style=flat-square
[build]: https://github.com/MattiLehtinen/postgrator-cli/actions
[build-badge]: https://img.shields.io/github/workflow/status/perrin4869/postgrator-cli/test/master?style=flat-square
[build]: https://github.com/perrin4869/postgrator-cli/actions

[npm-badge]: https://img.shields.io/npm/v/postgrator-cli.svg?style=flat-square
[npm]: https://www.npmjs.org/package/postgrator-cli
[npm-badge]: https://img.shields.io/npm/v/@perrin4869/postgrator-cli.svg?style=flat-square
[npm]: https://www.npmjs.org/package/@perrin4869/postgrator-cli

[coveralls-badge]: https://img.shields.io/coveralls/MattiLehtinen/postgrator-cli/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/MattiLehtinen/postgrator-cli
[coveralls-badge]: https://img.shields.io/coveralls/perrin4869/postgrator-cli/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/perrin4869/postgrator-cli

[dependency-status-badge]: https://david-dm.org/MattiLehtinen/postgrator-cli.svg?style=flat-square
[dependency-status]: https://david-dm.org/MattiLehtinen/postgrator-cli
[dependency-status-badge]: https://david-dm.org/perrin4869/postgrator-cli.svg?style=flat-square
[dependency-status]: https://david-dm.org/perrin4869/postgrator-cli

[dev-dependency-status-badge]: https://david-dm.org/MattiLehtinen/postgrator-cli/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/MattiLehtinen/postgrator-cli#info=devDependencies
[dev-dependency-status-badge]: https://david-dm.org/perrin4869/postgrator-cli/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/perrin4869/postgrator-cli#info=devDependencies
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgrator-cli",
"version": "4.0.0",
"name": "@perrin4869/postgrator-cli",
"version": "5.0.0-beta.3",
"description": "Command line interface for Postgrator",
"author": "Matti Lehtinen <matlehti@gmail.com> (https://twitter.com/MattiLehtinen)",
"type": "module",
Expand Down

0 comments on commit fccfab8

Please sign in to comment.