read-more-text
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "read-more-text", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Add a read more link to text.", | ||
@@ -5,0 +5,0 @@ "main": "read-more-text.js", |
@@ -16,4 +16,4 @@ # Read More Text | ||
var readMore = new ReadMore('#more', { | ||
openText: 'Read more...', // Opening button text | ||
closeText: 'Show less...', // Closing button text | ||
openText: 'Read more...', // Opening link text | ||
closeText: 'Show less...', // Closing link text | ||
speed: '1' // Transition speed in seconds | ||
@@ -20,0 +20,0 @@ }) |
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
5904