Skip to content

Commit

Permalink
Fix for issue #37
Browse files Browse the repository at this point in the history
Updated dependencies to dagre/dagre-d3
  • Loading branch information
knsv committed Mar 7, 2015
1 parent bc5f73d commit f4b2211
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/usageTests/bower.json
@@ -0,0 +1,20 @@
{
"name": "usageTests",
"version": "0.4.0",
"homepage": "https://github.com/knsv/mermaid",
"authors": [
"knsv <knut@sveido.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.16",
"mermaid": "~0.4.0"
}
}

0 comments on commit f4b2211

Please sign in to comment.