@ -223,7 +223,7 @@ function isWhiteSpace(code) {
////////////////////////////////////////////////////////////////////////////////
/*eslint-disable max-len*/
var UNICODE_PUNCT_RE = require('unicode-7.0.0/categories/P/regex');
var UNICODE_PUNCT_RE = require('uc.micro/categories/P/regex');
// Currently without astral characters support.
function isPunctChar(char) {
@ -25,7 +25,7 @@
"dependencies": {
"argparse": "~ 0.1.16",
"autolinker": "~ 0.15.2",
"unicode-7.0.0": "~0.1.5"
"uc.micro": "~ 0.1.0"
},
"devDependencies": {
"ansi": "~0.3.0",