Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
init release-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steiner-anita committed Mar 16, 2020
1 parent 6c8f99a commit c6914c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phovea_vis",
"description": "Utilitiy reposititory containing common visualizations (table, heatmap, scatterplot, axis, pie, distribution, ..)",
"version": "3.1.1-SNAPSHOT",
"version": "4.0.0",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -49,8 +49,8 @@
"dist": "mkdir dist && cd build && tar cvzf ../dist/phovea_vis.tar.gz *"
},
"dependencies": {
"phovea_core": "github:phovea/phovea_core#develop",
"phovea_d3": "github:phovea/phovea_d3#develop",
"phovea_core": "^4.0.0",
"phovea_d3": "^4.0.0",
"@types/d3": "~3.5.36",
"d3": "~3.5.17"
},
Expand Down

0 comments on commit c6914c6

Please sign in to comment.