Skip to content

Commit 9ac63f0

Browse files
authored
Reword missing compiler message (#834)
1 parent c65a478 commit 9ac63f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const applySourceMap = require('vinyl-sourcemaps-apply');
1212
const PLUGIN_NAME = 'gulp-sass';
1313

1414
const MISSING_COMPILER_MESSAGE = `
15-
gulp-sass 5 does not have a default Sass compiler; please set one yourself.
15+
gulp-sass no longer has a default Sass compiler; please set one yourself.
1616
Both the "sass" and "node-sass" packages are permitted.
1717
For example, in your gulpfile:
1818

0 commit comments

Comments
 (0)