Skip to content

Commit

Permalink
Rename sij-postgresql -> sij-pg
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireNeveu committed Apr 9, 2024
1 parent e5f8319 commit 26a2d77
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 2 deletions.
File renamed without changes.

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sij-postgresql",
"name": "sij-pg",
"version": "0.0.1",
"description": "SIJ client for PostgreSQL",
"description": "SIJ client for PostgreSQL using the pg client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand All @@ -25,6 +25,7 @@
"typescript": "^5.4.2"
},
"dependencies": {
"pg": "^8.11.5",
"sij-dialect-postgresql": "file:../sij-dialect-postgresql"
}
}

0 comments on commit 26a2d77

Please sign in to comment.