diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-07 11:04:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-07 11:10:36 +0200 |
commit | 6292946fe08dc1d9e5f8e9be1be0f965a8b26de5 (patch) | |
tree | 140f0efb20390f3a6d5c641ac1f97be83e612f7e /bower.json | |
parent | 838e258b44154b0a04b4b588764ad1b94242db58 (diff) | |
download | nextcloud-server-6292946fe08dc1d9e5f8e9be1be0f965a8b26de5.tar.gz nextcloud-server-6292946fe08dc1d9e5f8e9be1be0f965a8b26de5.zip |
Fix bower.json for strengthify
Bower.json was still bound to the old version.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 7dca491e1f9..29581cb511c 100644 --- a/bower.json +++ b/bower.json @@ -24,7 +24,7 @@ "select2": "~3.4.8", "zxcvbn": "*", "snapjs": "~2.0.0-rc1", - "strengthify": "0.4.2", + "strengthify": "^0.5.1", "underscore": "~1.8.0", "bootstrap": "~3.3.6", "backbone": "~1.2.3", |