Skip to content

Commit

Permalink
chore(build): build with all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed Mar 1, 2017
1 parent 687d68b commit af87d68
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 138 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"test",
"tests"
],
"version": "2.1.1"
"version": "2.2.0"
}
152 changes: 86 additions & 66 deletions dist/card.js

Large diffs are not rendered by default.

156 changes: 88 additions & 68 deletions dist/jquery.card.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "card",
"version": "2.1.1",
"version": "2.2.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 Expand Up @@ -52,6 +52,6 @@
"dependencies": {
"node.extend": "~1.1.3",
"qj": "^2.0.0",
"payment": "^2.1.4"
"payment": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion src/scss/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
left: $signature-left;

&:after {
content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free.\AIt comes with no warranty.\A For support issues, please visit: github.com/jessepollak/card.";
content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";
position: absolute;
left: 120%;
top: 5%;
Expand Down

0 comments on commit af87d68

Please sign in to comment.