Skip to content

Commit

Permalink
[chore] bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed Jul 26, 2020
1 parent 37e7e04 commit 7226633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
25 changes: 5 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,14 @@
{
"name": "card",
"homepage": "https://github.com/jessepollak/card",
"authors": [
"Jesse Pollak <[email protected]>"
],
"authors": ["Jesse Pollak <[email protected]>"],
"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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "card",
"version": "2.4.0",
"version": "2.5.0",
"author": "Jesse Pollak <[email protected]>",
"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",
Expand Down

0 comments on commit 7226633

Please sign in to comment.