File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/@changesets/config@3.0.5/schema.json" ,
33 "changelog" : " @changesets/cli/changelog" ,
4- "commit" : true ,
4+ "commit" : false ,
55 "fixed" : [],
66 "linked" : [],
77 "access" : " public" ,
Original file line number Diff line number Diff line change 1+ ---
2+ " create-better-t-stack " : minor
3+ ---
4+
5+ initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " create-better-t-stack" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 0 .0.0" ,
44 "description" : " CLI tool to scaffold Better-T Stack projects" ,
55 "type" : " module" ,
6+ "license" : " MIT" ,
67 "bin" : {
78 "create-better-t-stack" : " dist/index.js"
89 },
10+ "keywords" : [],
911 "scripts" : {
1012 "build" : " tsup" ,
1113 "dev" : " tsup --watch" ,
You can’t perform that action at this time.
0 commit comments