Skip to content

Commit

Permalink
Merge pull request #9 from billybonks/performance
Browse files Browse the repository at this point in the history
prepare 0.8.1
  • Loading branch information
billybonks committed Sep 9, 2016
2 parents 811a721 + 9c95984 commit 1b39b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Filter = require('broccoli-filter');
var Filter = require('broccoli-persistent-filter');
var escapeString = require('js-string-escape');
var stylelint = require('stylelint');
var merge = require('merge');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-stylelint",
"version": "0.8.0",
"version": "0.8.1",
"description": "Broccoli stylelint plugin",
"keywords": [
"broccoli",
Expand Down Expand Up @@ -35,7 +35,7 @@
"walk-sync": "^0.3.1"
},
"dependencies": {
"broccoli-filter": "^1.2.3",
"broccoli-persistent-filter": "^1.2.11",
"js-string-escape": "^1.0.1",
"merge": "^1.2.0",
"stylelint": "^7.2.0"
Expand Down

0 comments on commit 1b39b35

Please sign in to comment.