aboutsummaryrefslogtreecommitdiffstats
path: root/html/package.json
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-04-26 16:48:38 +0100
committerAdam Spiers <git@adamspiers.org>2015-04-26 16:48:38 +0100
commit3d8f8952cd127dc1a33c910a833de328d657a7cb (patch)
treec3a640122c5e784cc4f516b78863b55fff5ff45c /html/package.json
parent655f53fa5104bae10591fc18712018af5745cfc3 (diff)
downloadgit-deps-3d8f8952cd127dc1a33c910a833de328d657a7cb.tar.gz
Fix to work with latest upstream WebCola
Upstream replaced webcola.v3.min.js with webcola.min.js. Closes https://github.com/aspiers/git-deps/issues/49
Diffstat (limited to 'html/package.json')
-rw-r--r--html/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/package.json b/html/package.json
index 8651353..0131fcc 100644
--- a/html/package.json
+++ b/html/package.json
@@ -27,7 +27,7 @@
"dependencies": {
"d3-tip": "~0.6.6",
"d3": "~3.5.3",
- "webcola": "tgdwyer/WebCola",
+ "webcola": "aspiers/WebCola#fix-commonjs",
"jquery": "~2.1.3",
"noty": "needim/noty",
"browserify": "*",