diff options
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", |