Use new markdown syntax highlighter b/c it’s cool, v4.0.2

This commit is contained in:
Zach Leatherman
2018-04-17 08:43:38 -05:00
parent b732f8c6ab
commit 80ea652463
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "eleventy-base-blog",
"version": "4.0.1",
"version": "4.0.2",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"scripts": {
"build": "npx eleventy",
@@ -22,9 +22,9 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"dependencies": {
"@11ty/eleventy": "^0.3.1",
"@11ty/eleventy": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.4",
"luxon": "^1.0.0"
}
}