diff options
author | Adam Spiers <github@adamspiers.org> | 2017-12-29 23:02:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-29 23:02:04 +0000 |
commit | 9a741f07167dcb6cc81a8f87036d1ea75c4270d3 (patch) | |
tree | bded6b22152b67eeee5c2be60b7ea0e2ffec09f8 | |
parent | 949576e988324e40f0f5114a061f80ffe4a28750 (diff) | |
parent | 61197f72129f0dc924c9e8f02f185c8bd0e8fe2d (diff) | |
download | git-deps-9a741f07167dcb6cc81a8f87036d1ea75c4270d3.tar.gz |
Merge pull request #66 from florianlaws/master
Fix noty depdendency to 2.4.1, version 3 is incompatible.
-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 4a7c10d..d4dfcd7 100644 --- a/html/package.json +++ b/html/package.json @@ -29,7 +29,7 @@ "d3": "~3.5.3", "webcola": "aspiers/WebCola#git-deps-master", "jquery": "~2.1.3", - "noty": "needim/noty", + "noty": "~v2.4.1", "browserify": "*", "coffeeify" : "~1.0.0", "dagre": "~0.7.1" |