flame-graph-d3
Advanced tools
Comparing version 0.1.0-beta to 0.1.0-gamma
{ | ||
"name": "flame-graph-d3", | ||
"version": "0.1.0-beta", | ||
"version": "0.1.0-gamma", | ||
"description": "D3.js plugin for rendering flame graphs", | ||
@@ -22,6 +22,7 @@ "repository": "cimi/flame-graph-d3", | ||
"email": "alex.ciminian@gmail.com" | ||
}, | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"d3": "^3.5.6" | ||
"d3": "^3.5.6", | ||
"d3-tip": "^0.6.7" | ||
}, | ||
@@ -42,5 +43,4 @@ "devDependencies": { | ||
"gulp-uglify": "^1.4.0", | ||
"publish": "^0.5.0", | ||
"reload": "^0.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
54424
14
16
87
2
+ Addedd3-tip@^0.6.7
+ Addedd3-tip@0.6.8(transitive)