Skip to content

Commit 58de964

Browse files
committed
fix(bower): fix bower distribution
1 parent 5166dce commit 58de964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"description": "Card let's you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.",
88
"main": [
9-
"lib/js/card.js"
9+
"dist/card.js"
1010
],
1111
"keywords": [
1212
"card",
@@ -25,5 +25,5 @@
2525
"test",
2626
"tests"
2727
],
28-
"version": "2.0.0-beta4"
28+
"version": "2.0.2"
2929
}

0 commit comments

Comments
 (0)