Skip to content

Commit c3ed852

Browse files
authored
chore: update repository URL and ensure npm supports trusted publishing (#66)
1 parent 633563b commit c3ed852

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
pnpm install
4949
pnpm build
5050
51+
- name: Ensure npm supports trusted publishing (OIDC)
52+
run: npm install -g npm@latest
53+
5154
- name: Publish
5255
run: |
5356
npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/regevbr/json-expression-eval.git"
23+
"url": "git+https://github.com/PrvuoNet/json-expression-eval.git"
2424
},
2525
"keywords": [
2626
"evaluate",

0 commit comments

Comments
 (0)