Merge branch 'master' into patch-1

This commit is contained in:
Zach Leatherman
2020-01-02 21:08:55 -06:00
committed by GitHub
9 changed files with 50 additions and 36 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "eleventy-base-blog",
"version": "5.0.0",
"version": "5.0.1",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
@@ -23,10 +24,11 @@
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^0.9.0",
"@11ty/eleventy-navigation": "^0.1.3",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"luxon": "^1.12.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.0",
"luxon": "^1.21.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2"
"markdown-it-anchor": "^5.2.5"
}
}