aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-07 11:04:01 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-07 11:10:36 +0200
commit6292946fe08dc1d9e5f8e9be1be0f965a8b26de5 (patch)
tree140f0efb20390f3a6d5c641ac1f97be83e612f7e
parent838e258b44154b0a04b4b588764ad1b94242db58 (diff)
downloadnextcloud-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>
-rw-r--r--bower.json2
-rw-r--r--core/vendor/strengthify/.bower.json5
-rw-r--r--core/vendor/strengthify/LICENSE3
3 files changed, 6 insertions, 4 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",
diff --git a/core/vendor/strengthify/.bower.json b/core/vendor/strengthify/.bower.json
index 4da982f2403..ad06b8656a6 100644
--- a/core/vendor/strengthify/.bower.json
+++ b/core/vendor/strengthify/.bower.json
@@ -3,6 +3,7 @@
"version": "0.5.1",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
+ "Eve Ragins <eve.ragins@eve-corp.com",
"Morris Jobke <hey@morrisjobke.de>"
],
"description": "Combine jQuery and zxcvbn to create a password strength meter.",
@@ -14,7 +15,7 @@
"tag": "0.5.1",
"commit": "fd8bc41992bb37e16495a8e4c266951b93f8467d"
},
- "_source": "git://github.com/MorrisJobke/strengthify.git",
- "_target": "0.5.1",
+ "_source": "https://github.com/MorrisJobke/strengthify.git",
+ "_target": "^0.5.1",
"_originalSource": "strengthify"
} \ No newline at end of file
diff --git a/core/vendor/strengthify/LICENSE b/core/vendor/strengthify/LICENSE
index b249b595978..d3cdf756dc6 100644
--- a/core/vendor/strengthify/LICENSE
+++ b/core/vendor/strengthify/LICENSE
@@ -1,6 +1,7 @@
The MIT License (MIT)
-Copyright (c) 2013-2015 Morris Jobke
+Copyright (c) 2013-2016 Morris Jobke
+ Eve Ragins @ Eve Corp (github.com/eve-corp)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in