From bcd05b1970fbf851c7c9bbe8bb015328b1bf27ad Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Tue, 31 Oct 2023 19:07:26 -0400 Subject: [PATCH] chore: added provenance --- .changeset/purple-emus-lie.md | 5 +++++ .github/FUNDING.yml | 1 + .github/workflows/canary.yml | 2 -- .npmrc | 2 +- README.md | 4 ---- 5 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .changeset/purple-emus-lie.md create mode 100644 .github/FUNDING.yml diff --git a/.changeset/purple-emus-lie.md b/.changeset/purple-emus-lie.md new file mode 100644 index 0000000..77eb4e7 --- /dev/null +++ b/.changeset/purple-emus-lie.md @@ -0,0 +1,5 @@ +--- +"kysely-migrate": patch +--- + +Added provenance diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..13304c3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [tmm] \ No newline at end of file diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 9e63b3b..b453cbf 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -1,7 +1,5 @@ name: Canary on: - push: - branches: [main] workflow_dispatch: jobs: diff --git a/.npmrc b/.npmrc index 4275f67..f238d4b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ auto-install-peers=false enable-pre-post-scripts=true -# provenance=true +provenance=true strict-peer-dependencies=false \ No newline at end of file diff --git a/README.md b/README.md index 9201ff8..197010d 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,3 @@ If you aren't using Bun, you either need to use the `.js` extension for your mig ## Contributing Contributions to kysely-migrate are greatly appreciated! If you're interested in contributing, please create a [new GitHub Discussion](https://github.com/tmm/kysely-migrate/discussions/new?category=ideas) with some info on what you would like to work on **before submitting a pull request**. - -## Sponsors - -If you find kysely-migrate useful or use it for work, please consider supporting development on [GitHub Sponsors](https://github.com/sponsors/tmm). Thank you 🙏