hellosign-embedded
Advanced tools
Comparing version 0.1.6 to 0.1.8
{ | ||
"name": "hellosign-embedded", | ||
"version": "0.1.6", | ||
"version": "0.1.8", | ||
"description": "A JavaScript library required for embedding HelloSign features into your webapp. For more information, see our API documentation at https://www.hellosign.com/api/documentation.", | ||
@@ -5,0 +5,0 @@ "main": "src/embedded.js", |
@@ -16,5 +16,13 @@ # hellosign-embedded [![Build Status](https://travis-ci.org/HelloFax/hellosign-embedded.svg?branch=master)](https://travis-ci.org/HelloFax/hellosign-embedded) | ||
````html | ||
<script type="text/javascript" src="https://s3.amazonaws.com/cdn.hellofax.com/js/embedded.js"></script> | ||
<script type="text/javascript" src="https://s3.amazonaws.com/cdn.hellosign.com/public/js/hellosign-embedded.LATEST.min.js"></script> | ||
<!-- Alternately, omit the "min" for the unminified version --> | ||
```` | ||
This will always use the latest published version of the library. | ||
If you'd prefer to use a specific version, you can specify that version in the URL: | ||
````html | ||
<script type="text/javascript" src="https://s3.amazonaws.com/cdn.hellosign.com/public/js/hellosign-embedded.0.1.6.min.js"></script> | ||
<!-- Alternately, omit the "min" for the unminified version --> | ||
```` | ||
###Building from source | ||
@@ -21,0 +29,0 @@ You'll need to clone this repository, and have [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm) and [webpack](https://webpack.github.io/) installed. |
Sorry, the diff of this file is not supported yet
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
51077
85