Commit 4c4cb20b by Torkel Ödegaard

tech(sass): changed sass lint version to 1.7.0

parent 4133526d
......@@ -53,7 +53,7 @@
"phantomjs-prebuilt": "^2.1.7",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.4",
"sass-lint": "^1.8.2",
"sass-lint": "^1.7.0",
"systemjs": "0.19.24"
},
"engines": {
......
......@@ -38,10 +38,7 @@ func TestPluginDashboards(t *testing.T) {
data.Set("revision", 22)
query.Result = []*m.Dashboard{
&m.Dashboard{
Slug: "nginx-connections",
Data: data,
},
{Slug: "nginx-connections", Data: data},
}
return nil
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment