Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Dec 27, 2018
1 parent 2e43f8c commit 40e8dad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-pocket-datasource",
"version": "1.0.1",
"version": "1.0.2",
"description": "Grafana data source for Pocket",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,10 @@
"author": "David Kaltschmidt",
"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 40e8dad

Please sign in to comment.