Skip to content

Commit

Permalink
Merge branch 'release/2.0.0-rc.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFatDog committed Mar 24, 2018
2 parents ec12cea + 37286a3 commit b4694b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vizart-core",
"version": "2.0.0-beta",
"version": "2.0.0-rc.0",
"description": "Core Components for VizArt",
"main": "dist/vizart-core.js",
"module": "dist/vizart-core.mjs",
Expand All @@ -22,7 +22,6 @@
"dist"
],
"dependencies": {
"chroma-js": "^1.3.6",
"d3-array": "^1.2.1",
"d3-collection": "^1.0.4",
"d3-color": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/options/BaseOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BaseOpt = {
update: 1000,
remove: 500,
color: 500,
tooltip: 500,
tooltip: 0,
quickUpdate: 500,
},
},
Expand Down

0 comments on commit b4694b4

Please sign in to comment.