pgpm 0.2.3 β†’ 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,9 +13,6 @@
13
13
  - 🐘 **Portable Postgres Development** β€” Rely on standard SQL migrations for a workflow that runs anywhere Postgres does.
14
14
  - πŸš€ **Turnkey Module-First Workspaces** β€” `pgpm init` delivers a ready-to-code Postgres workspace with CI/CD, Docker, end-to-end testing, and modern TS tooling.
15
15
 
16
-
17
- Here’s a version that keeps it **light**, **simple**, and **zero-fluff**, but still feels tight and confident:
18
-
19
16
  ## πŸš€ Quick Start
20
17
 
21
18
  ### Install & Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgpm",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "PostgreSQL Package Manager - Database migration and package management CLI",
6
6
  "main": "index.js",
@@ -70,5 +70,5 @@
70
70
  "pg",
71
71
  "pgsql"
72
72
  ],
73
- "gitHead": "6fc8eb0f1fdf69575f7198708121e4f43134c965"
73
+ "gitHead": "bc6476c6a5730970be08bb4127cbf79fe5965202"
74
74
  }