diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
| commit | f3136eefe9105deb1d97123629dae80c2de66304 (patch) | |
| tree | 5389bd34d555ab4c3c065292e17cd41576db33ae /www/lib/moment/.bower.json | |
| parent | 5e523cf0d1a3644f6a41709b777b08f73ec71d49 (diff) | |
updated libraries, squashed the problem of not getting bar handles on click, optimized montage view
Diffstat (limited to 'www/lib/moment/.bower.json')
| -rw-r--r-- | www/lib/moment/.bower.json | 20 |
1 files changed, 11 insertions, 9 deletions
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" } |
