Skip to content

Commit 29f4956

Browse files
authored
chore(publish): update package.json (#346)
1 parent 80ce433 commit 29f4956

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
run: npm publish --access public --provenance
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
},
2424
"author": "ryan waskiewicz",
2525
"license": "MIT",
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/stencil-community/stencil-web-types.git"
29+
},
2630
"devDependencies": {
2731
"@ionic/prettier-config": "^4.0.0",
2832
"@release-it/conventional-changelog": "^10.0.0",
@@ -36,7 +40,11 @@
3640
},
3741
"prettier": "@ionic/prettier-config",
3842
"volta": {
39-
"node": "22.22.1",
43+
"node": "24.14.0",
4044
"npm": "11.11.0"
45+
},
46+
"publishConfig": {
47+
"access": "public",
48+
"provenance": true
4149
}
4250
}

0 commit comments

Comments
 (0)