Skip to content

Commit

Permalink
Drop dependency on deprecated gulp-util
Browse files Browse the repository at this point in the history
Closes #83
  • Loading branch information
TheDancingCode authored and xzyfer committed May 22, 2018
1 parent ffc78ce commit 4c21004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
//////////////////////////////

var through = require('through2'),
gutil = require('gulp-util'),
lint = require('sass-lint'),
path = require('path'),
PluginError = gutil.PluginError,
PluginError = require('plugin-error'),
PLUGIN_NAME = 'sass-lint';

//////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/sasstools/gulp-sass-lint#readme",
"dependencies": {
"gulp-util": "^3.0.6",
"plugin-error": "^0.1.2",
"sass-lint": "^1.12.0",
"through2": "^2.0.2"
},
Expand Down

0 comments on commit 4c21004

Please sign in to comment.