File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com
1313
1414## 👍 Features
1515
16- * Astro v1 .x
17- * Node v16 .x
16+ * Astro v3 .x
17+ * Node v18 .x
1818* Bulma v0.9.x
1919* ES6 support
2020* Alpine v3.x
Original file line number Diff line number Diff line change 77 "author" : {
88 "name" : " cssninjaStudio <hello@cssninja.io> (https://cssninja.io)"
99 },
10+ "engines" : {
11+ "node" : " >=18" ,
12+ "pnpm" : " >=8"
13+ },
1014 "license" : " MIT" ,
1115 "scripts" : {
1216 "dev" : " astro dev" ,
3943 "@fontsource-variable/cabin" : " ^5.0.9" ,
4044 "@fontsource-variable/open-sans" : " ^5.0.13" ,
4145 "autoprefixer" : " 10.4.15" ,
42- "npm-run-all" : " 4.1.5" ,
43- "unplugin-fonts" : " ^1.0.3"
46+ "npm-run-all" : " 4.1.5"
4447 }
4548}
You can’t perform that action at this time.
0 commit comments