diff options
Diffstat (limited to 'node_modules/typographic-ellipses/index.es5.js')
| -rw-r--r-- | node_modules/typographic-ellipses/index.es5.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/typographic-ellipses/index.es5.js b/node_modules/typographic-ellipses/index.es5.js deleted file mode 100644 index 6c07a8a..0000000 --- a/node_modules/typographic-ellipses/index.es5.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict'; - -module.exports = function (input) { - return input.replace(/\.{3}/gim, '…'); -}; - |