1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

version bump and lint fix

This commit is contained in:
Kyle Spearrin 2018-03-24 20:49:20 -04:00
parent 5fbc09b135
commit d083f1ddc3
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.24.0",
"version": "1.24.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.24.0",
"version": "1.24.2",
"env": "Production",
"devDependencies": {
"connect": "3.6.5",

View File

@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"apiUri":"/api","identityUri":"/identity","iconsUri":"https://icons.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"production_qfbsv8kc_njj2zjtyngtjmbjd","selfHosted":false,"version":"1.24.0","environment":"Production"});
.constant("appSettings", {"apiUri":"/api","identityUri":"/identity","iconsUri":"https://icons.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"production_qfbsv8kc_njj2zjtyngtjmbjd","selfHosted":false,"version":"1.24.2","environment":"Production"});

View File

@ -77,7 +77,7 @@
groupingPromise.then(function () {
loadCipherData(decCiphers);
});
}).$promise;
});
}
function loadCipherData(decCiphers) {