diff --git a/package.json b/package.json index 93f10cc..bcc7cef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-flux-datasource", - "version": "5.2.10", + "version": "5.2.11", "description": "Grafana data source for InfluxDB (Flux query support)", "private": true, "scripts": { @@ -14,10 +14,7 @@ "author": "Grafana Labs", "license": "Apache", "lint-staged": { - "*.{js,ts,json,css,md}": [ - "prettier --write", - "git add" - ] + "*.{js,ts,json,css,md}": ["prettier --write", "git add"] }, "prettier": { "singleQuote": true,