Skip to content

Commit bcd05b1

Browse files
committed
chore: added provenance
1 parent 228a5f2 commit bcd05b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.changeset/purple-emus-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kysely-migrate": patch
3+
---
4+
5+
Added provenance

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [tmm]

.github/workflows/canary.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Canary
22
on:
3-
push:
4-
branches: [main]
53
workflow_dispatch:
64

75
jobs:

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
auto-install-peers=false
22
enable-pre-post-scripts=true
3-
# provenance=true
3+
provenance=true
44
strict-peer-dependencies=false

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,3 @@ If you aren't using Bun, you either need to use the `.js` extension for your mig
150150
## Contributing
151151

152152
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**.
153-
154-
## Sponsors
155-
156-
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 🙏

0 commit comments

Comments
 (0)