Skip to content

Commit fe33f58

Browse files
authored
Merge pull request #4 from markdumay/develop
Code highlighting
2 parents 68c4f80 + a4a76bc commit fe33f58

File tree

2 files changed

+62
-36
lines changed

2 files changed

+62
-36
lines changed

package-lock.json

Lines changed: 59 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdumay/hugo-theme-hinode-child",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@fortawesome/fontawesome-free": "^6.0.0",
4040
"@fullhuman/postcss-purgecss": "^4.1.3",
41-
"@markdumay/hugo-theme-hinode": "^0.2.1",
41+
"@markdumay/hugo-theme-hinode": "^0.3.0",
4242
"autoprefixer": "^10.4.2",
4343
"bootstrap": "^5.1.3",
4444
"eslint": "^7.32.0",
@@ -57,6 +57,6 @@
5757
"stylelint-config-standard-scss": "^3.0.0"
5858
},
5959
"otherDependencies": {
60-
"hugo": "0.96.0"
60+
"hugo": "0.97.0"
6161
}
6262
}

0 commit comments

Comments
 (0)