chore: enable NPM provenance

This commit is contained in:
Joakim Carlstein 2024-02-05 15:05:32 +01:00 committed by Joakim Carlstein
parent ff89dd4f86
commit db656c2310
10 changed files with 29 additions and 8 deletions

View file

@ -2,7 +2,8 @@
"name": "@emigrate/postgres",
"version": "0.2.5",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "A PostgreSQL plugin for Emigrate. Uses a PostgreSQL database for storing migration history. Can load and generate .sql migration files.",
"main": "dist/index.js",