Comparing version 0.2.8 to 0.2.9
@@ -54,4 +54,4 @@ (function(exports) { | ||
splits[ii+1] = link.substring(jj+1) + splits[ii+1]; | ||
link = links[ii]; | ||
} | ||
link = links[ii]; | ||
@@ -58,0 +58,0 @@ // avoid double linking by looking at preceeding 2 chars |
{ | ||
"name": "brevity", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A small utility to shorten posts to an acceptable tweet-length summary.", | ||
@@ -5,0 +5,0 @@ "main": "brevity.js", |
@@ -18,2 +18,6 @@ { | ||
"text": "a matched parenthesis: http://wikipedia.org/Python_(programming_language) and (an unmatched parenthesis https://en.wikipedia.org/wiki/Guido_van_Rossum)" | ||
}, | ||
{ | ||
"expected": "heh, yes, I blew up the IRC channel too (<a class=\"auto-link\" href=\"http://indiewebcamp.com/irc/2016-05-23#t1464013757599\">http://indiewebcamp.com/irc/2016-05-23#t1464013757599</a>); sorry about that!", | ||
"text": "heh, yes, I blew up the IRC channel too (http://indiewebcamp.com/irc/2016-05-23#t1464013757599); sorry about that!" | ||
} | ||
@@ -20,0 +24,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
52104
503