Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Commit

Permalink
license -> licenses in jQuery manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesreggio committed May 22, 2014
1 parent 4ae4cd7 commit 7c65fcb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion payment.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
"name": "Stripe",
"url": "https://www.stripe.com"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stripe/jquery.payment/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5"
}
Expand Down

0 comments on commit 7c65fcb

Please sign in to comment.