Skip to content

Commit

Permalink
Updating Github loader and fixed deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrodas committed Dec 16, 2022
1 parent 3e47912 commit 9cc9c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require('es6-promise').polyfill();
var gulp = require('gulp');
var $ = require('gulp-load-plugins')();
var del = require('del');
var runSequence = require('run-sequence');
var runSequence = require('gulp4-run-sequence');
var browserSync = require('browser-sync');
var reload = browserSync.reload;
var merge = require('merge-stream');
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gobstones-web",
"description": "Gobstones Web",
"version": "2.22.2",
"version": "2.22.3",
"private": true,
"licence": "GPLv3",
"author": "Gobstones <[email protected]> (https://gobstones.github.io)",
Expand Down Expand Up @@ -63,6 +63,7 @@
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp4-run-sequence": "^1.0.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
Expand Down

0 comments on commit 9cc9c5f

Please sign in to comment.