diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-09-21 10:12:56 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-09-21 10:12:56 +0200 |
commit | 84b78e43770efa48d85818cf99aecccbd3035d7b (patch) | |
tree | a8eabccb6595d289ed3821f15cc75e3deda784ef /web-ui | |
parent | e80918a4e55db5c78a3517e02cf3c144b43ad1b0 (diff) |
Pin modernizr to ~2.8.3
- Next version, 3.0.0, does not provide built version of modernizr.js
- Staying at 2.8 is the easy fix for now
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/bower.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json index 3b51fefa..9d7a50c5 100644 --- a/web-ui/bower.json +++ b/web-ui/bower.json @@ -12,7 +12,8 @@ "quoted-printable": "0.2.1", "typeahead.js": "~0.10.5", "jasmine-flight": "~3.0.0", - "utf8": "~2.0.0" + "utf8": "~2.0.0", + "modernizr": "~2.8.3" }, "devDependencies": { "handlebars": "2.0.0", |