We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633563b commit c3ed852Copy full SHA for c3ed852
2 files changed
.github/workflows/publish.yml
@@ -48,6 +48,9 @@ jobs:
48
pnpm install
49
pnpm build
50
51
+ - name: Ensure npm supports trusted publishing (OIDC)
52
+ run: npm install -g npm@latest
53
+
54
- name: Publish
55
run: |
56
npm publish
package.json
@@ -20,7 +20,7 @@
20
},
21
"repository": {
22
"type": "git",
23
- "url": "git+https://github.com/regevbr/json-expression-eval.git"
+ "url": "git+https://github.com/PrvuoNet/json-expression-eval.git"
24
25
"keywords": [
26
"evaluate",
0 commit comments