Skip to content

Commit f66c4df

Browse files
authored
⬆️ update 11ty to v2@beta (#88)
1 parent a70971e commit f66c4df

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const pluginRss = require("@11ty/eleventy-plugin-rss");
22
const htmlmin = require("html-minifier");
33

44
module.exports = function(eleventyConfig) {
5+
// 11ty plugins
56
eleventyConfig.addPlugin(pluginRss);
67

78
// run these configs in production only

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
},
2121
"homepage": "https://github.com/benkutil/benkutil.github.io#readme",
2222
"devDependencies": {
23-
"@11ty/eleventy": "^1.0.2",
23+
"@11ty/eleventy": "^2.0.0-beta.3",
2424
"@11ty/eleventy-plugin-rss": "^1.2.0",
2525
"html-minifier": "^4.0.0"
26+
},
27+
"dependencies": {
28+
"@11ty/eleventy-upgrade-help": "^2.0.5"
2629
}
2730
}

0 commit comments

Comments
 (0)