Skip to content

Commit

Permalink
Add provenance config, update repository URL, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 3, 2025
1 parent e447f17 commit 7ae02f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish --provenance
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-to-github-packages:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgarber/cashcash",
"version": "5.0.1",
"version": "5.0.2",
"description": "A very small DOM library inspired by jQuery.",
"keywords": [
"dom",
Expand All @@ -23,7 +23,7 @@
"directories": {
"example": "example"
},
"repository": "github:jgarber623/CashCash",
"repository": "https://github.com/jgarber623/CashCash",
"scripts": {
"start": "npx http-server .",
"test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test"
Expand All @@ -35,6 +35,7 @@
"node": ">=18.8"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit 7ae02f8

Please sign in to comment.