Comparing version 0.0.2 to 0.0.3
(function() { | ||
var diblends, digraphs, regexes, triblends, trigraphs; | ||
regexes = [/[\s\-_,]/, /[\W]/, /[aeouäöü]/, /[a-z]/, /[AEOUÄÖÜ]/, /[A-Z0-9]/]; | ||
regexes = [/[\s\-_,]/, /[\W]/, /[aieouäöü]/, /[a-z]/, /[AIEOUÄÖÜ]/, /[A-Z0-9]/]; | ||
@@ -6,0 +6,0 @@ digraphs = ["ch", "gh", "gn", "kn", "ph", "qu", "sh", "th", "wh", "wr"]; |
{ | ||
"name": "abbreviate", | ||
"description": "abbreviate strings in style of R: Abbreviate", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/paulpflug/", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12313