Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed May 2, 2017
1 parent 5b42148 commit d17d9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

var _ = require("lodash");
var vile = require("@forthright/vile");
var vile = require("vile");
var scsslint_bin = "scss-lint";

// TODO: support custom ignoring via config
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vile-scsslint",
"version": "0.3.1",
"version": "0.3.2",
"description": "A vile plugin for scss-lint",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit d17d9cc

Please sign in to comment.