Skip to content

Commit 7f292ee

Browse files
committed
chore: enable provenance
1 parent d2cda8c commit 7f292ee

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/lazy-cycles-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tiny-node-eventemitter': patch
3+
---
4+
5+
Enable provenance

.github/workflows/changeset.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-22.04
14+
permissions:
15+
id-token: write
16+
contents: write
17+
packages: write
18+
pull-requests: write
19+
issues: read
1420
steps:
1521
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1622
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"description": "Tiny portable node:events compliant strictly-typed EventEmitter implementation",
77
"type": "module",
88
"repository": {
9-
"url": "https://github.com/thedevminertv/tiny-node-eventemitter",
9+
"url": "https://github.com/TheDevMinerTV/tiny-node-eventemitter",
1010
"type": "git"
1111
},
1212
"publishConfig": {
13-
"access": "public"
13+
"access": "public",
14+
"provenance": true
1415
},
1516
"keywords": [
1617
"events",

0 commit comments

Comments
 (0)