File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @builder.io/qwik-city" ,
3- "version" : " 0.0.100 " ,
3+ "version" : " 0.0.101 " ,
44 "description" : " The meta-framework for Qwik." ,
55 "main" : " ./lib/index.qwik.cjs" ,
66 "module" : " ./lib/index.qwik.mjs" ,
8181 "bugs" : {
8282 "url" : " https://github.com/BuilderIO/qwik/issues"
8383 },
84+ "private" : true ,
8485 "publishConfig" : {
8586 "access" : " public"
8687 }
Original file line number Diff line number Diff line change 1313 },
1414 "type" : " module" ,
1515 "devDependencies" : {
16- "@builder.io/qwik-city" : " 0.0.100 " ,
16+ "@builder.io/qwik-city" : " 0.0.101 " ,
1717 "vite-tsconfig-paths" : " 3.5.0"
1818 }
1919}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default component$(() => {
55 useStyles$ ( styles ) ;
66
77 return (
8- < div >
8+ < footer >
99 < ul >
1010 < li >
1111 < a href = "/blog" > Blog</ a >
@@ -22,6 +22,6 @@ export default component$(() => {
2222 </ a >
2323 </ li >
2424 </ ul >
25- </ div >
25+ </ footer >
2626 ) ;
2727} ) ;
You can’t perform that action at this time.
0 commit comments