Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Release 5.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Feb 26, 2019
1 parent b1e6477 commit 89b6bda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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,
Expand Down

0 comments on commit 89b6bda

Please sign in to comment.