Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
Snugug committed Aug 20, 2015
1 parent a9a122e commit 2159dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
'use strict';

var gulp = require('gulp'),
lint = require('../index');
sassLint = require('gulp-sass-lint');

gulp.task('default', function () {
gulp.src('sass/**/*.s+(a|c)ss')
.pipe(lint())
.pipe(lint.formatResults())
.pipe(lint.failOnError())
.pipe(sassLint())
.pipe(sassLint.format())
.pipe(sassLint.failOnError())
});
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sass-lint",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "Gulp plugin for Sass Lint",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2159dfc

Please sign in to comment.