File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @openweb/vue-example" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
2222 "node" : " >=v16.15.0" ,
2323 "pnpm" : " >=6.32.11"
2424 }
25- }
25+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-component-library-starter" ,
33 "type" : " module" ,
4- "version" : " 0.4 .0" ,
4+ "version" : " 0.5 .0" ,
55 "description" : " The easy way to start your Vue 3 Component Library." ,
66 "keywords" : [
77 " component" ,
4545 "coverage" : " vitest run --coverage" ,
4646 "typecheck" : " vue-tsc --emitDeclarationOnly" ,
4747 "preinstall" : " node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js" ,
48- "release" : " npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog"
48+ "release" : " npx bumpp package.json examples/*/package.json --commit 'chore(release): %s' --tag --push && pnpm run changelog"
4949 },
5050 "dependencies" : {
5151 "vue" : " ^3.2.33"
106106 "contributors" : [
107107 " Chris Breuer <[email protected] >" 108108 ]
109- }
109+ }
You can’t perform that action at this time.
0 commit comments