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>2020-12-24 19:29:41 +0300
committerWang Chucheng <me@wangchucheng.com>2020-12-24 19:29:41 +0300
commit6a39f3acf6f9d98ee0ba73b20be711838b85d68e (patch)
tree940274b97aa1cba6317c76856ce030929ff85e51 /package.json
parente7897d21d62059d306a2a21ce88ddfabec22ea2a (diff)
fix: postcss version problem
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 1dc52fb..f90b59b 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,20 @@
{
"name": "hugo-eureka",
- "version": "0.1.0",
+ "version": "0.3.1",
"description": "Starter files for the eureka theme for hugo.",
"main": "index.js",
"repository": "https://github.com/wangchucheng/hugo-eureka",
- "author": "C. Wang <wangchucheng@outlook.com>",
+ "author": "C. Wang <me@wangchucheng.com>",
"license": "MIT",
"scripts": {
"start": "hugo --gc"
},
"devDependencies": {
- "@fullhuman/postcss-purgecss": "^3.0.0",
- "autoprefixer": "^10.0.1",
- "postcss": "^8.1.4",
- "postcss-cli": "^8.2.0",
- "postcss-import": "^13.0.0",
+ "@fullhuman/postcss-purgecss": "^2.2.0",
+ "autoprefixer": "^9.7.6",
+ "postcss": "^7.0.30",
+ "postcss-cli": "^7.1.1",
+ "postcss-import": "^12.0.1",
"tailwindcss": "^1.9.6"
},
"browserslist": [