Skip to content

Commit

Permalink
Update README and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasott committed Nov 24, 2023
1 parent e7a30c4 commit 95fd181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ A clean and fast Eleventy Starter Project with Vite.
[![Netlify Status](https://api.netlify.com/api/v1/badges/ef99b4ea-199f-497b-84c1-48c34355da8a/deploy-status)](https://app.netlify.com/sites/eleventyplusvite/deploys)
## Features

* Eleventy 2.0.0-canary
* Eleventy 2.0.1
* New Eleventy 2.0 Dev Server with live reload
* Vite 4.5.0
* Vite as Middleware in Eleventy Dev Server (uses [eleventy-plugin-vite](https://github.com/11ty/eleventy-plugin-vite/))
* Eleventy build output is post-processed by [Vite](https://vitejs.dev) (with Rollup)
* CSS/Sass post-processing with PostCSS incl. [Autoprefixer](https://github.com/postcss/autoprefixer) and cssnano
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plus-vite",
"version": "0.2.2",
"version": "1.1.0",
"description": "A clean and simple Eleventy 2 Starter Kit with Vite",
"browserslist": [
"> 0.5%",
Expand Down

0 comments on commit 95fd181

Please sign in to comment.