Skip to content

Commit

Permalink
chore: package.json add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Nov 6, 2024
1 parent a7a9dc5 commit b1ca4fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.6.2",
"description": "a gradient progress for nodejs by go",
"private": false,
"publishConfig": {
"access": "public",
"provenance": true
},
"main": "./src/index.js",
"scripts": {
"postinstall": "node install.js",
Expand Down Expand Up @@ -50,4 +54,4 @@
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.1.1"
}
}
}

0 comments on commit b1ca4fe

Please sign in to comment.