File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Setup Node
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v6
2222 with :
2323 registry-url : ' https://registry.npmjs.org'
24+ node-version : 24
2425
2526 - name : Install dependencies
2627 run : npm install
2930 run : npm run build
3031
3132 - name : Publish package to npm
32- run : npm publish
33+ run : npm publish --provenance
Original file line number Diff line number Diff line change 11{
22 "name" : " vvplot" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " dist"
1515 "imports" : {
1616 "#base/*" : " ./src/*"
1717 },
18- "homepage" : " https://fan-ix.github.io/vvplot/" ,
19- "repository" : " https://github.com/Fan-iX/vvplot/" ,
2018 "exports" : {
2119 "." : " ./dist/index.js" ,
2220 "./components" : " ./dist/components.js" ,
2624 "./label" : " ./dist/label.js" ,
2725 "./style.css" : " ./dist/style.css"
2826 },
27+ "homepage" : " https://fan-ix.github.io/vvplot/" ,
28+ "repository" : " https://github.com/Fan-iX/vvplot/" ,
29+ "publishConfig" : {
30+ "access" : " public"
31+ },
2932 "dependencies" : {
3033 "@vueuse/core" : " ^13.7.0" ,
3134 "d3" : " ^7.9.0" ,
You can’t perform that action at this time.
0 commit comments