diff --git a/bower.json b/bower.json index 99e7b8cc..b8953c62 100644 --- a/bower.json +++ b/bower.json @@ -1,29 +1,14 @@ { "name": "card", "homepage": "https://github.com/jessepollak/card", - "authors": [ - "Jesse Pollak " - ], + "authors": ["Jesse Pollak "], "description": "Card let's you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", - "main": [ - "dist/card.js" - ], - "keywords": [ - "card", - "credit", - "card", - "form" - ], + "main": ["dist/card.js"], + "keywords": ["card", "credit", "card", "form"], "dependencies": { "jquery": ">=1.5" }, "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "example", - "test", - "tests" - ], - "version": "2.4.0" + "ignore": ["**/.*", "node_modules", "example", "test", "tests"], + "version": "2.5.0" } diff --git a/package.json b/package.json index 1ffa21ec..4f523f5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "card", - "version": "2.4.0", + "version": "2.5.0", "author": "Jesse Pollak ", "description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", "main": "lib/card.js",