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

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 81e8f1b..0b5647b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "minimo",
"description": "Minimalist theme for Hugo",
- "version": "2.4.0",
+ "version": "2.5.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.com"
@@ -10,7 +10,8 @@
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack",
- "start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
+ "start":
+ "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"watch": "webpack --watch --progress --colors"
},
"devDependencies": {
@@ -25,7 +26,7 @@
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"mini-css-extract-plugin": "^0.4.0",
- "node-sass": "^4.9.0",
+ "node-sass": "^4.9.1",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.1",
"webpack": "^4.8.1",