mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
tech(sass): changed sass lint version to 1.7.0
This commit is contained in:
parent
4133526d8d
commit
4c4cb20bde
@ -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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user