Skip to content

Commit c6ecafa

Browse files
sherwinskiOneSignal
andauthored
chore: add a repository field to package.json for npm's provenance verification (#155)
Co-authored-by: OneSignal <noreply@onesignal.com>
1 parent 8846f73 commit c6ecafa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Publish to NPM and Create GitHub Release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3534
run: |
3635
npx -p semantic-release \
3736
-p @semantic-release/changelog \

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
],
1212
"license": "MIT",
1313
"homepage": "https://github.com/OneSignal/onesignal-node-api",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/OneSignal/onesignal-node-api"
17+
},
1418
"main": "./dist/index.js",
1519
"type": "commonjs",
1620
"exports": {

0 commit comments

Comments
 (0)