Skip to content

Commit

Permalink
Update Glup (and friends), along with Gulpfile.js and package.json
Browse files Browse the repository at this point in the history
The package.json's dependencies were heavily out of date. Not to mention, that it was also missing a lot of basic information.

This commit brings the dependencies up-to-date and updates the package.json.
  • Loading branch information
ran-dall committed Jun 2, 2022
1 parent 9b15255 commit 12177c1
Show file tree
Hide file tree
Showing 3 changed files with 6,088 additions and 2,590 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
var sass = require('gulp-sass')(require('sass'));
var exec = require('gulp-exec');

gulp.task('styles', function(done) {
Expand Down
Loading

0 comments on commit 12177c1

Please sign in to comment.