Skip to content

Commit cc32ff4

Browse files
committed
Update Glup (and friends), along with Gulpfile.js and package.json
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.
1 parent 9b15255 commit cc32ff4

File tree

3 files changed

+6088
-2590
lines changed

3 files changed

+6088
-2590
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var gulp = require('gulp');
2-
var sass = require('gulp-sass');
2+
var sass = require('gulp-sass')(require('sass'));
33
var exec = require('gulp-exec');
44

55
gulp.task('styles', function(done) {

0 commit comments

Comments
 (0)