updated packages

This commit is contained in:
Kyle Spearrin 2015-12-29 22:26:40 -05:00
parent 9260be798e
commit bd8dd9daf0
2 changed files with 17 additions and 17 deletions

View File

@ -7,33 +7,33 @@
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-cssmin": "0.1.7",
"gulp-less": "3.0.3",
"gulp-less": "3.0.5",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.4.0",
"gulp-uglify": "1.5.1",
"gulp-gh-pages": "0.5.4",
"gulp-preprocess": "1.2.0",
"gulp-preprocess": "2.0.0",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-config": "1.2.1",
"jshint": "2.9.1-rc1",
"jshint": "2.9.1-rc2",
"gulp-jshint": "2.0.0",
"rimraf": "2.4.3",
"run-sequence": "1.1.3",
"rimraf": "2.5.0",
"run-sequence": "1.1.5",
"merge-stream": "1.0.0",
"jquery": "2.1.4",
"font-awesome": "4.4.0",
"bootstrap": "3.3.5",
"font-awesome": "4.5.0",
"bootstrap": "3.3.6",
"sjcl": "1.0.3",
"angular": "1.4.7",
"angular-resource": "1.4.7",
"angular": "1.4.8",
"angular-resource": "1.4.8",
"angular-bootstrap-npm": "0.14.3",
"angular-ui-router": "0.2.15",
"angular-jwt": "0.0.9",
"angular-cookies": "1.4.7",
"angular-cookies": "1.4.8",
"admin-lte": "2.3.2",
"angular-md5": "0.1.8",
"angular-toastr": "1.5.0",
"angular-md5": "0.1.10",
"angular-toastr": "1.6.0",
"angular-bootstrap-show-errors": "2.3.0",
"angular-messages": "1.4.7",
"angular-messages": "1.4.8",
"ngstorage": "0.3.10",
"papaparse": "4.1.2",
"toastr": "2.1.2",

View File

@ -8,7 +8,7 @@
<title page-title>bitwarden.com Password Manager</title>
<!-- @if true !>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<meta name="x-stylesheet-test-bs" content="" class="invisible" />
<script>!function(a,b,c){var d,e=document,f=e.getElementsByTagName('SCRIPT'),g=f[f.length-1].previousElementSibling,h=e.defaultView&&e.defaultView.getComputedStyle?e.defaultView.getComputedStyle(g):g.currentStyle;if(h&&h[a]!==b)for(d=0;d<c.length;d++)e.write('<link rel="stylesheet" href="'+c[d]+'"/>')}('visibility','hidden',['lib\/bootstrap\/css\/bootstrap.min.css']);</script>
@ -32,10 +32,10 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>(window.jQuery||document.write('<script src="lib\/jquery\/jquery.min.js"><\/script>'));</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script>((window.jQuery&&window.jQuery.fn&&window.jQuery.fn.modal)||document.write('<script src="lib\/bootstrap\/js\/bootstrap.min.js"><\/script>'));</script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script>(window.angular||document.write('<script src="lib\/angular\/angular.min.js"><\/script>'));</script>
<script src="js/lib.min.js"></script>