forked from laurihy/angular-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes problem where card expiry would not be reset properly (see la…
…urihy#19). * Added main entry point for bower. * Bumped version number.
- Loading branch information
1 parent
3fdd4a0
commit 34ab8f3
Showing
5 changed files
with
40 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
{ | ||
"name": "ng-stripe-payments", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/cubicleWar/ng-stripe-payments", | ||
"authors": [ | ||
"Trevor Walker <@cubicleWar>" | ||
], | ||
"description": "Directive for formatting and validating credit card forms, forked from laurihy/angular-payments", | ||
"keywords": [ | ||
"stripe", | ||
"stripe.js", | ||
"stripejs", | ||
"stripe-angular", | ||
"stripeAngular", | ||
"ng-stripe-payments", | ||
"ngStripePayments" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
"name": "ng-stripe-payments", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/cubicleWar/ng-stripe-payments", | ||
"authors": [ | ||
"Lauri Hynynen <@laurihy>", | ||
"Trevor Walker <@cubicleWar>" | ||
], | ||
"main": "lib/ng-stripe-payments.js", | ||
"description": "Directive for formatting and validating credit card forms, forked from laurihy/angular-payments", | ||
"keywords": [ | ||
"stripe", | ||
"stripe.js", | ||
"stripejs", | ||
"stripe-angular", | ||
"stripeAngular", | ||
"ng-stripe-payments", | ||
"ngStripePayments" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.