diff options
author | Adam Spiers <git@adamspiers.org> | 2015-04-26 16:48:38 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-04-26 16:48:38 +0100 |
commit | 3d8f8952cd127dc1a33c910a833de328d657a7cb (patch) | |
tree | c3a640122c5e784cc4f516b78863b55fff5ff45c /html/package.json | |
parent | 655f53fa5104bae10591fc18712018af5745cfc3 (diff) | |
download | git-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.json | 2 |
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": "*", |