From 296424cded8ad1d548f7e3f891ef1f492b3f85b6 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sun, 8 Mar 2020 21:02:21 +0800 Subject: feature(doc): complete all Chinese and English documents and fix many bugs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 565f324..8ba2831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loveit-src", - "version": "1.0.0", + "version": "0.1.0", "description": "LoveIt theme source file", "main": "index.js", "dependencies": {}, @@ -13,7 +13,7 @@ }, "scripts": { "build": "npx babel src --out-file assets/js/theme.min.js --source-maps", - "start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D", + "start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender", "copy": "hugo -v --source=exampleSite --themesDir=../.. -D --gc --minify && rm -rf resources && cp -rf exampleSite/resources resources" }, "husky": { -- cgit v1.2.3