Skip to content

Commit

Permalink
Release 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro committed Mar 1, 2022
1 parent 370a088 commit 2f998b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnilo",
"version": "1.33.3",
"version": "1.34.0",
"description": "A web-based exploratory visualization UI for Druid.io",
"keywords": [
"imply",
Expand Down Expand Up @@ -57,7 +57,7 @@
"tsc:watch": "tsc -p tsconfig.json -w --pretty",
"lint": "npm-run-all -p lint:*",
"lint:ts": "tslint -p . --format verbose",
"lint:ts:fix":"tslint -p . --fix",
"lint:ts:fix": "tslint -p . --fix",
"lint:sass": "sass-lint -v",
"e2e": "start-server-and-test start:examples http://localhost:9090/health/ready 'cypress run'",
"e2e:dev": "cypress open",
Expand Down

0 comments on commit 2f998b0

Please sign in to comment.