From 70ea8936ce2529c34d5b3b44bb3bccf3a62c6c31 Mon Sep 17 00:00:00 2001 From: Xing Yun Date: Tue, 27 Mar 2018 23:06:36 -0400 Subject: [PATCH] home page bump to 2.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e1ce699..930cd8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vizart-path", - "version": "1.0.3", - "description": "VizArt: Path", + "version": "2.0.0", + "description": "VizArt Path: Chord, BiPartite, Parallel Coordinates, Sankey, Strentched Chord ...", "main": "dist/vizart-path.js", "module": "dist/vizart-path.mjs", "jsnext:main": "dist/vizart-path.mjs", @@ -78,5 +78,5 @@ ], "author": "Xing Yun", "license": "MIT", - "homepage": "www.vizart.org" + "homepage": "https://vizartjs.github.io/" }