From dfb6e1f80754c1c8f2d4d332c5292319f008a67b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 27 May 2020 22:53:13 +0800 Subject: v2 original port --- package.json | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0d9bca9..e6592f3 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,23 @@ { - "name": "hugo-theme-fuji", - "version": "1.3.0", - "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", - "repository": { - "type": "git", - "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" - }, - "keywords": [ - "hugo", - "theme", - "fuji", - "primer" - ], - "author": "DSRKafuU (https://amzrk2.cc/)", - "license": "GPL-3.0-only", - "bugs": { - "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" - }, - "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", - "devDependencies": { - "@primer/css": "14.3.0", - "@fortawesome/fontawesome-free": "5.13.0", - "lazysizes": "5.2.0", - "aplayer": "1.10.1", - "medium-zoom": "1.0.5" - } -} \ No newline at end of file + "name": "hugo-theme-fuji", + "version": "2.0.0", + "description": "A minimal Hugo theme.", + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji" + ], + "author": "DSRKafuU (https://blog.amzrk2.cc/)", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.4.0" + } +} -- cgit v1.2.3