From 4e6db73fea78124092be5ba424d053a008a92a6b Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Thu, 9 Apr 2015 11:30:17 -0400 Subject: [PATCH] Picturefill 2.3.1 --- bower.json | 62 +++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/bower.json b/bower.json index 93a24eef..c2b0fb68 100644 --- a/bower.json +++ b/bower.json @@ -1,33 +1,33 @@ { - "name": "picturefill", - "repo": "scottjehl/picturefill", - "description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.", - "version": "2.3.1", - "main": "dist/picturefill.js", - "scripts": [ - "dist/picturefill.js" - ], - "license": "MIT", - "homepage": "http://scottjehl.github.com/picturefill/", - "authors": [ - "Scott Jehl " - ], - "moduleType": [ - "amd", - "globals", - "node" - ], - "keywords": [ - "picture", - "srcset", - "polyfill" - ], - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests", - "examples" - ] + "name": "picturefill", + "repo": "scottjehl/picturefill", + "description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.", + "version": "2.3.1", + "main": "dist/picturefill.js", + "scripts": [ + "dist/picturefill.js" + ], + "license": "MIT", + "homepage": "http://scottjehl.github.com/picturefill/", + "authors": [ + "Scott Jehl " + ], + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "picture", + "srcset", + "polyfill" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "examples" + ] }