diff options
author | amzrk2 | 2020-10-04 12:28:50 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-04 12:28:50 +0800 |
commit | bb6d5930beba95809fed4137ca2a587d0ec76fbf (patch) | |
tree | c3d969763682dcdc5d28310d09d14e90d6899512 /package.json | |
parent | 9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b (diff) | |
download | hugo-theme-fuji-bb6d5930beba95809fed4137ca2a587d0ec76fbf.tar.gz hugo-theme-fuji-bb6d5930beba95809fed4137ca2a587d0ec76fbf.tar.bz2 hugo-theme-fuji-bb6d5930beba95809fed4137ca2a587d0ec76fbf.zip |
update: package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package.json b/package.json index cfee733..2a27fe9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "theme", "fuji" ], - "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)", + "author": "DSRKafuU <amzrk2@outlook.com> (https://amzrk2.cc/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" @@ -19,12 +19,5 @@ "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", "dependencies": { "@primer/css": "15.1.0" - }, - "devDependencies": { - "cross-env": "^7.0.2" - }, - "scripts": { - "build": "cross-env NODE_ENV=production npm run compile", - "start": "cross-env NODE_ENV=development npm-run-all -p dev preview" } } |