diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-22 16:17:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-22 16:17:56 +0200 |
commit | 640d55cc2a63bf7ee564ca57d246289637281249 (patch) | |
tree | 62398f5440e4df7b4ecd27949c85e6a94fe0b445 /core/vendor/blueimp-md5 | |
parent | 5768b3fe2c328b81d9c0aa9eec07846a391d212d (diff) | |
download | nextcloud-server-640d55cc2a63bf7ee564ca57d246289637281249.tar.gz nextcloud-server-640d55cc2a63bf7ee564ca57d246289637281249.zip |
Update blueimp-md5 to 1.1.0
Yes this is pretty empty, but it's the truth:
https://github.com/blueimp/JavaScript-MD5/compare/1.0.3...1.1.0
Diffstat (limited to 'core/vendor/blueimp-md5')
-rw-r--r-- | core/vendor/blueimp-md5/.bower.json | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/core/vendor/blueimp-md5/.bower.json b/core/vendor/blueimp-md5/.bower.json index 89288baad76..5559df825c5 100644 --- a/core/vendor/blueimp-md5/.bower.json +++ b/core/vendor/blueimp-md5/.bower.json @@ -1,6 +1,6 @@ { "name": "blueimp-md5", - "version": "1.0.3", + "version": "1.1.0", "title": "JavaScript MD5", "description": "JavaScript MD5 implementation.", "keywords": [ @@ -35,19 +35,20 @@ "url": "http://www.opensource.org/licenses/MIT" } ], - "devDependencies": { - "mocha": "1.11.0", - "expect.js": "0.2.0", - "uglify-js": "2.3.6" - }, "main": "js/md5.js", - "_release": "1.0.3", + "ignore": [ + "/*.*", + "css", + "js/demo.js", + "test" + ], + "_release": "1.1.0", "_resolution": { "type": "version", - "tag": "1.0.3", - "commit": "299407012031ac6f60f832d3b5fa975fcb88b550" + "tag": "1.1.0", + "commit": "b187bf0abe24bacbca83ea4799978b78829e7914" }, "_source": "git://github.com/blueimp/JavaScript-MD5.git", - "_target": "~1.0.1", + "_target": "~1.1.0", "_originalSource": "blueimp-md5" }
\ No newline at end of file |