diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-07 13:06:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 13:06:18 +0200 |
commit | 0dce8fdd63ffab21f1deffd640868a44b51339c8 (patch) | |
tree | 98d52d6ca683519582b5263c1a6522e38a03ac71 /core | |
parent | bccc4e618a58281f390b6baa88cc0b03b1e40172 (diff) | |
parent | 6292946fe08dc1d9e5f8e9be1be0f965a8b26de5 (diff) | |
download | nextcloud-server-0dce8fdd63ffab21f1deffd640868a44b51339c8.tar.gz nextcloud-server-0dce8fdd63ffab21f1deffd640868a44b51339c8.zip |
Merge pull request #1651 from nextcloud/fix_bower_strengthify
Fix bower.json for strengthify
Diffstat (limited to 'core')
-rw-r--r-- | core/vendor/strengthify/.bower.json | 5 | ||||
-rw-r--r-- | core/vendor/strengthify/LICENSE | 3 |
2 files changed, 5 insertions, 3 deletions
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 |