Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "assetviz", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A graph visualization of the assets and their relations in your web app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
/*global d3, assetgraph*/ | ||
debugger | ||
window.onload = function () { | ||
@@ -6,0 +4,0 @@ var svg = d3.select('.graph'), |
137729
591