From f3136eefe9105deb1d97123629dae80c2de66304 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 2 Jul 2015 10:33:26 -0400 Subject: updated libraries, squashed the problem of not getting bar handles on click, optimized montage view --- www/lib/moment/.bower.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'www/lib/moment/.bower.json') diff --git a/www/lib/moment/.bower.json b/www/lib/moment/.bower.json index d3543c83..5e7eb649 100644 --- a/www/lib/moment/.bower.json +++ b/www/lib/moment/.bower.json @@ -1,31 +1,33 @@ { "name": "moment", - "version": "2.10.2", + "version": "2.10.3", "main": "moment.js", "ignore": [ "**/.*", - "node_modules", + "benchmarks", "bower_components", - "test", - "tests", + "meteor", + "node_modules", + "scripts", "tasks", + "test", "component.json", "composer.json", "CONTRIBUTING.md", "ender.js", "Gruntfile.js", + "Moment.js.nuspec", "package.js", "package.json" ], "homepage": "https://github.com/moment/moment", - "_release": "2.10.2", + "_release": "2.10.3", "_resolution": { "type": "version", - "tag": "2.10.2", - "commit": "b54fa78b74d55a1680293b5260a42bd2751c333c" + "tag": "2.10.3", + "commit": "6fa444238494318e3c488c81d8520ad2eba8bae7" }, "_source": "git://github.com/moment/moment.git", "_target": "~2.10.2", - "_originalSource": "moment", - "_direct": true + "_originalSource": "moment" } -- cgit v1.2.3