Skip to content

Commit

Permalink
Updated 11ty to 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaefliger committed Jan 10, 2022
1 parent bd47928 commit da66441
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
const htmlmin = require('html-minifier')

const UpgradeHelper = require("@11ty/eleventy-upgrade-help");

module.exports = function(eleventyConfig) {
/**
* Upgrade helper
* Uncomment if you need help upgrading to new major version.
*/
//eleventyConfig.addPlugin(UpgradeHelper);

/**
* Files to copy
* https://www.11ty.dev/docs/copy/
Expand Down Expand Up @@ -34,4 +40,4 @@ module.exports = function(eleventyConfig) {
data: "../_data"
}
};
};
};
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yatas",
"version": "0.0.1",
"version": "1.0.0",
"description": "Yet Another Tailwind Apline Starter",
"scripts": {
"clean": "del _site",
Expand All @@ -20,10 +20,11 @@
"author": "Yann Haefliger<hello@needbrainz.com>",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-upgrade-help": "^1.0.1",
"alpinejs": "^3.0.6",
"autoprefixer": "^10.4.0",
"concurrently": "^6.2.0",
"concurrently": "^7.0.0",
"del-cli": "^4.0.0",
"esbuild": "^0.14.0",
"html-minifier": "^4.0.0",
Expand Down

0 comments on commit da66441

Please sign in to comment.