Skip to content

Commit

Permalink
feat: new name
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-raj-jain committed May 29, 2024
1 parent 24f60ae commit d8f1d1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ This library is created by [Neon](https://neon.tech) with contributions from:

We love contributions! Here's how you can contribute:

- [Open an issue](https://github.com/neondatabase/migrate-pg/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/neondatabase/migrate-pg/pull) to add new features, make improvements, or fix bugs.
- [Open an issue](https://github.com/neondatabase/pg-import/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/neondatabase/pg-import/pull) to add new features, make improvements, or fix bugs.

## Contributors

<a href="https://github.com/neondatabase/migrate-pg/graphs/contributors">
<img src="https://contrib.rocks/image?repo=neondatabase/migrate-pg&purge=1" />
<a href="https://github.com/neondatabase/pg-import/graphs/contributors">
<img src="https://contrib.rocks/image?repo=neondatabase/pg-import&purge=1" />
</a>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "@neondatabase/pg-import",
"description": "A CLI tool for migrating data from one PostgreSQL database to another.",
"bin": {
"migrate-pg": "bin/migrate.js"
"pg-import": "bin/migrate.js"
},
"scripts": {
"fmt": "prettier --write '**/*' --ignore-unknown"
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/neondatabase/migrate-pg.git"
"url": "git+ssh://git@github.com/neondatabase/pg-import.git"
},
"bugs": {
"url": "https://github.com/neondatabase/migrate-pg/issues"
"url": "https://github.com/neondatabase/pg-import/issues"
},
"keywords": [
"postgres",
Expand Down

0 comments on commit d8f1d1f

Please sign in to comment.