summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2015-09-21 10:12:56 +0200
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-09-21 10:12:56 +0200
commit84b78e43770efa48d85818cf99aecccbd3035d7b (patch)
treea8eabccb6595d289ed3821f15cc75e3deda784ef /web-ui/bower.json
parente80918a4e55db5c78a3517e02cf3c144b43ad1b0 (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/bower.json')
-rw-r--r--web-ui/bower.json3
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",