Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-04-09 18:59:09 +0300
committerWang Chucheng <me@wangchucheng.com>2021-04-09 18:59:09 +0300
commit8e31cae0e4c5b7cc85ff7a79f7c5a9881d11c540 (patch)
treebe8621db7bcd6ea5cc0db6d4ed4375e93a9b2620 /package.json
parent8d0808eb8d3cc0464794de9f88d0b2e8995f4efa (diff)
refactor: improve repoEditURL
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/package.json b/package.json
index d213263..b5e8ea8 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,9 @@
{
"name": "hugo-eureka",
- "version": "0.3.1",
- "description": "Starter files for the eureka theme for hugo.",
- "main": "index.js",
+ "version": "0.7.1-dev",
+ "description": "Eureka is a feature-rich and highly customizable Hugo theme.",
"repository": "https://github.com/wangchucheng/hugo-eureka",
"author": "C. Wang <me@wangchucheng.com>",
- "license": "MIT",
- "scripts": {
- "start": "hugo --gc"
- },
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.2.5",