Skip to content

Commit

Permalink
codeowners file and package.json cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan authored and adrianmroz-allegro committed Dec 6, 2022
1 parent 6fc062e commit 786ebca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @allegro/turnilo
25 changes: 5 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
{
"name": "turnilo",
"version": "1.39.0-beta.1",
"description": "A web-based exploratory visualization UI for Druid.io",
"description": "Business intelligence, data exploration and visualization web application for Druid, formerly known as Swiv and Pivot",
"keywords": [
"imply",
"data",
"explorer",
"turnilo",
"swiv",
"visualization",
"druid"
],
"contributors": [
"Vadim Ogievetsky <vadim@ogievetsky.com>",
"Tomasz Rzeznik <rzeznik.tom@gmail.com>",
"Rafał Nowak <rafal.nowak@allegro.pl>",
"Marcin Kuthan <marcin.kuthan@gmail.com>",
"Michał Misiewicz <michal.misiewicz@datumo.pl>"
"druid",
"data-visualization",
"business-intelligence"
],
"repository": {
"type": "git",
Expand All @@ -25,13 +15,8 @@
"bugs": {
"url": "https://github.com/allegro/turnilo/issues"
},
"homepage": "https://github.com/allegro/turnilo#readme",
"homepage": "https://allegro.github.io/turnilo",
"license": "Apache-2.0",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"bin": {
"turnilo": "./bin/turnilo"
},
Expand Down

0 comments on commit 786ebca

Please sign in to comment.