Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 7ae02f8

Browse files
committed
Add provenance config, update repository URL, bump version
1 parent e447f17 commit 7ae02f8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: npm
2424
registry-url: https://registry.npmjs.org
2525
- run: npm ci
26-
- run: npm publish --provenance
26+
- run: npm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
publish-to-github-packages:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jgarber/cashcash",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "A very small DOM library inspired by jQuery.",
55
"keywords": [
66
"dom",
@@ -23,7 +23,7 @@
2323
"directories": {
2424
"example": "example"
2525
},
26-
"repository": "github:jgarber623/CashCash",
26+
"repository": "https://github.com/jgarber623/CashCash",
2727
"scripts": {
2828
"start": "npx http-server .",
2929
"test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test"
@@ -35,6 +35,7 @@
3535
"node": ">=18.8"
3636
},
3737
"publishConfig": {
38-
"access": "public"
38+
"access": "public",
39+
"provenance": true
3940
}
4041
}

0 commit comments

Comments
 (0)