diff --git a/README.md b/README.md index 768b3c3..fa1783c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -phovea_vis +DEPRECATED: phovea_vis ===================== [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url] Phovea client plugin providing standard visualization techniques (table, heatmap, scatterplot, axis, pie, distribution, ..). +### DEPRECATION Information +Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it. + Installation ------------ diff --git a/package.json b/package.json index 1529b5a..fe0f598 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phovea_vis", - "description": "Utilitiy reposititory containing common visualizations (table, heatmap, scatterplot, axis, pie, distribution, ..)", - "version": "6.1.0", + "description": "DEPRECATED: Utilitiy reposititory containing common visualizations (table, heatmap, scatterplot, axis, pie, distribution, ..)", + "version": "7.0.0", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", @@ -51,8 +51,8 @@ }, "dependencies": { "d3": "~3.5.17", - "phovea_core": "^7.0.0", - "phovea_d3": "^6.1.0" + "phovea_core": "^8.0.0", + "phovea_d3": "^7.0.1" }, "devDependencies": { "@types/d3": "~3.5.36",