diff options
author | amzrk2 | 2020-08-15 15:18:08 +0800 |
---|---|---|
committer | amzrk2 | 2020-08-15 15:18:08 +0800 |
commit | 7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46 (patch) | |
tree | a733257ad2b66281f658451c362b8ef6be8c3cfc /package.json | |
parent | 2ab30a541b96354274ae559cc8d19c2a1f6e7988 (diff) | |
download | hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.tar.gz hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.tar.bz2 hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.zip |
update: update min Hugo version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index c7c25f3..010d3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-fuji", - "version": "2.1.3", + "version": "2.2.1", "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", "repository": { "type": "git", @@ -11,7 +11,7 @@ "theme", "fuji" ], - "author": "DSRKafuU <mail@amzrk2.cc> (https://blog.amzrk2.cc/)", + "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" @@ -21,9 +21,9 @@ "@primer/css": "15.0.0" }, "devDependencies": { - "@babel/core": "^7.10.5", - "@babel/preset-env": "^7.10.4", - "autoprefixer": "^9.8.5", + "@babel/core": "^7.11.1", + "@babel/preset-env": "^7.11.0", + "autoprefixer": "^9.8.6", "cross-env": "^7.0.2", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", |