ember-cli-patch-stripejs
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ember-cli-patch-stripejs", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A simple addon to patch the Stripe object for JS", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,2 +5,3 @@ This addon will add Stripe or patch it depending on your enviornment | ||
```javascript | ||
<script type="text/javascript"> | ||
@@ -18,5 +19,8 @@ var Stripe = { | ||
</script> | ||
``` | ||
In production you will get the real stripe client library | ||
```javascript | ||
<script type="text/javascript" src="//static.twilio.com/libs/twiliojs/1.2/twilio.min.js"></script> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5484
25