Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 2, 2019
1 parent b444bca commit 356e504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"react/jsx-indent-props": 0,
"react/prop-types": 0,
"react/react-in-jsx-scope": 2,
"arrow-parens": 0
"arrow-parens": 0,
"no-debugger": "off"
},
"plugins": [
"react"
Expand Down
2 changes: 1 addition & 1 deletion packages/insights-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insights-charts",
"description": "Desktop and Self-Hosted \"SQL-not-required\" data analytics and visualisation tool.",
"version": "0.0.15",
"version": "0.0.16",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 356e504

Please sign in to comment.