@antv/hierarchy
Advanced tools
Comparing version 0.3.13 to 0.3.14
{ | ||
"name": "@antv/hierarchy", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "layout algorithms for visualizing hierarchical data", | ||
"main": "build/hierarchy.js", | ||
"browser": "build/hierarchy.js", | ||
"module": "src/index.js", | ||
"module": "lib/index.js", | ||
"homepage": "https://github.com/antvis/hierarcy", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"devDependencies": { | ||
"@lite-js/torch": "~0.2.6", | ||
"torchjs": "~2.0.4", | ||
"babel-cli": "~6.26.0", | ||
@@ -37,3 +37,3 @@ "babel-core": "~6.26.0", | ||
"debug": "~3.1.0", | ||
"electron": "~1.8.4", | ||
"electron": "~2.0.6", | ||
"eslint": "~3.19.0", | ||
@@ -40,0 +40,0 @@ "eslint-config-airbnb": "~15.0.1", |
1971541