We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ce433 commit 29f4956Copy full SHA for 29f4956
2 files changed
.github/workflows/publish.yml
@@ -33,3 +33,4 @@ jobs:
33
run: npm publish --access public --provenance
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
+ NPM_CONFIG_PROVENANCE: true
package.json
@@ -23,6 +23,10 @@
23
},
24
"author": "ryan waskiewicz",
25
"license": "MIT",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/stencil-community/stencil-web-types.git"
29
+ },
30
"devDependencies": {
31
"@ionic/prettier-config": "^4.0.0",
32
"@release-it/conventional-changelog": "^10.0.0",
@@ -36,7 +40,11 @@
40
37
41
"prettier": "@ionic/prettier-config",
38
42
"volta": {
39
- "node": "22.22.1",
43
+ "node": "24.14.0",
44
"npm": "11.11.0"
45
46
+ "publishConfig": {
47
+ "access": "public",
48
+ "provenance": true
49
}
50
0 commit comments