1
0
mirror of https://github.com/bitwarden/help synced 2025-12-12 06:13:15 +00:00

update libs

This commit is contained in:
Kyle Spearrin
2017-08-31 08:51:19 -04:00
parent 443b099fa1
commit 9382bd77fc
2 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ gulp.task('jekyll:build', function (cb) {
}); });
gulp.task('jekyll:serve', function (cb) { gulp.task('jekyll:serve', function (cb) {
return jekyll(['serve', '--watch'], cb); return jekyll(['serve', '--watch', '--host=0.0.0.0'], cb);
}); });
gulp.task('serve', () => { gulp.task('serve', () => {

View File

@@ -3,19 +3,19 @@
"version": "0.0.0", "version": "0.0.0",
"devDependencies": { "devDependencies": {
"gulp": "3.9.1", "gulp": "3.9.1",
"gulp-concat": "2.6.0", "gulp-concat": "2.6.1",
"gulp-rename": "1.2.2", "gulp-rename": "1.2.2",
"rimraf": "2.4.3", "rimraf": "2.6.1",
"run-sequence": "1.1.3", "run-sequence": "2.1.0",
"merge-stream": "1.0.0", "merge-stream": "1.0.1",
"gulp-gh-pages": "0.5.4", "gulp-gh-pages": "0.5.4",
"bootstrap-sass": "3.3.7", "bootstrap-sass": "3.3.7",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "2.1.4", "jquery": "2.2.4",
"lunr": "0.7.1", "lunr": "0.7.1",
"fluidbox": "2.0.5", "fluidbox": "2.0.5",
"gulp-util": "3.0.8", "gulp-util": "3.0.8",
"child_process": "1.0.2", "child_process": "1.0.2",
"browser-sync": "2.18.12" "browser-sync": "2.18.13"
} }
} }