Fix bower.json for strengthify
Bower.json was still bound to the old version. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
838e258b44
commit
6292946fe0
|
@ -24,7 +24,7 @@
|
||||||
"select2": "~3.4.8",
|
"select2": "~3.4.8",
|
||||||
"zxcvbn": "*",
|
"zxcvbn": "*",
|
||||||
"snapjs": "~2.0.0-rc1",
|
"snapjs": "~2.0.0-rc1",
|
||||||
"strengthify": "0.4.2",
|
"strengthify": "^0.5.1",
|
||||||
"underscore": "~1.8.0",
|
"underscore": "~1.8.0",
|
||||||
"bootstrap": "~3.3.6",
|
"bootstrap": "~3.3.6",
|
||||||
"backbone": "~1.2.3",
|
"backbone": "~1.2.3",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
"homepage": "https://github.com/MorrisJobke/strengthify",
|
"homepage": "https://github.com/MorrisJobke/strengthify",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
"Eve Ragins <eve.ragins@eve-corp.com",
|
||||||
"Morris Jobke <hey@morrisjobke.de>"
|
"Morris Jobke <hey@morrisjobke.de>"
|
||||||
],
|
],
|
||||||
"description": "Combine jQuery and zxcvbn to create a password strength meter.",
|
"description": "Combine jQuery and zxcvbn to create a password strength meter.",
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
"tag": "0.5.1",
|
"tag": "0.5.1",
|
||||||
"commit": "fd8bc41992bb37e16495a8e4c266951b93f8467d"
|
"commit": "fd8bc41992bb37e16495a8e4c266951b93f8467d"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/MorrisJobke/strengthify.git",
|
"_source": "https://github.com/MorrisJobke/strengthify.git",
|
||||||
"_target": "0.5.1",
|
"_target": "^0.5.1",
|
||||||
"_originalSource": "strengthify"
|
"_originalSource": "strengthify"
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
The MIT License (MIT)
|
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
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
Loading…
Reference in New Issue