Skip to content

Commit

Permalink
chore(pkg): add provenance for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Jul 21, 2024
1 parent a7d7bcf commit 74714a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@steinjs/cli",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "0.0.3",
"description": "CLI for SteinJS.",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@steinjs/core",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "0.0.2",
"description": "Core of SteinJS.",
Expand Down
3 changes: 3 additions & 0 deletions plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "stein-plugin-tailwindcss",
"publishConfig": {
"provenance": true
},
"version": "0.0.2",
"description": "Stein plugin for TailwindCSS.",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions plugins/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "stein-plugin-unocss",
"publishConfig": {
"provenance": true
},
"version": "0.0.2",
"description": "Stein plugin for UnoCSS.",
"license": "MIT",
Expand Down

0 comments on commit 74714a0

Please sign in to comment.