mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(sass): changed sass lint version to 1.7.0
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
"phantomjs-prebuilt": "^2.1.7",
|
"phantomjs-prebuilt": "^2.1.7",
|
||||||
"reflect-metadata": "0.1.2",
|
"reflect-metadata": "0.1.2",
|
||||||
"rxjs": "5.0.0-beta.4",
|
"rxjs": "5.0.0-beta.4",
|
||||||
"sass-lint": "^1.8.2",
|
"sass-lint": "^1.7.0",
|
||||||
"systemjs": "0.19.24"
|
"systemjs": "0.19.24"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -38,10 +38,7 @@ func TestPluginDashboards(t *testing.T) {
|
|||||||
data.Set("revision", 22)
|
data.Set("revision", 22)
|
||||||
|
|
||||||
query.Result = []*m.Dashboard{
|
query.Result = []*m.Dashboard{
|
||||||
&m.Dashboard{
|
{Slug: "nginx-connections", Data: data},
|
||||||
Slug: "nginx-connections",
|
|
||||||
Data: data,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user