Skip to content

Commit

Permalink
chore: fix official PostgreSQL naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 29, 2024
1 parent 6d28b40 commit 60c776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import pkg from '../../package.json';
const repository = 'https://github.com/salsita/node-pg-migrate';
export default defineConfig({
title: 'node-pg-migrate',
description: 'Postgresql database migration management tool',
description: 'PostgreSQL database migration management tool',
base: '/node-pg-migrate/', // for GitHub Pages
srcDir: 'src',
lastUpdated: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-pg-migrate",
"version": "7.2.0",
"description": "Postgresql database migration management tool for node.js",
"description": "PostgreSQL database migration management tool for node.js",
"scripts": {
"clean": "rimraf .eslintcache dist pnpm-lock.yaml node_modules",
"build:bin": "tsup-node ./bin/node-pg-migrate.ts --clean false --out-dir ./bin",
Expand Down

0 comments on commit 60c776c

Please sign in to comment.