File tree Expand file tree Collapse file tree
template/application/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " create-quark-app" ,
3- "version" : " 1.2.27 " ,
3+ "version" : " 1.2.28 " ,
44 "description" : " create quark app." ,
55 "bin" : {
66 "create-quark-app" : " ./dist/bin/index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " my-component" ,
33 "version" : " 0.0.1" ,
4- "keywords" : [
5- " frontend" ,
6- " quark" ,
7- " web components"
8- ],
94 "scripts" : {
105 "dev" : " npm run start" ,
11- "start" : " vite" ,
6+ "start" : " vite --open " ,
127 "build" : " rimraf lib && vite build --config vite.config.build.ts" ,
138 "prepublishOnly" : " npm run build"
149 },
2318 "types" : " ./lib/types/index.d.ts"
2419 }
2520 },
21+ "keywords" : [
22+ " frontend" ,
23+ " quark" ,
24+ " web components"
25+ ],
2626 "dependencies" : {
2727 "quarkc" : " ^1.0.17"
2828 },
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ button {
3838 font-size : 1em ;
3939 font-weight : 500 ;
4040 font-family : inherit ;
41- background-color : #1a1a1a ;
4241 cursor : pointer ;
4342 transition : border- color 0.25s ;
4443
You can’t perform that action at this time.
0 commit comments