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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-04-29 18:41:09 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-04-29 18:41:09 +0300
commit04011c613ce364f9f4e1efb07b76892007062ab4 (patch)
treeaf295fcc44870e077a6f7781a4063f6522931e6d /package.json
parent30a2d89f3f644768eb87dab4a2113a310e8dd422 (diff)
Update to Jekyll 3.7.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dc2a6adc2..bdbec9753 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"scripts": {
"build": "bundle exec jekyll build",
- "dev": "bundle exec jekyll -w serve",
+ "dev": "bundle exec jekyll serve -w",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},