diff options
Diffstat (limited to 'node_modules/author-regex/index.js')
-rw-r--r-- | node_modules/author-regex/index.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/author-regex/index.js b/node_modules/author-regex/index.js deleted file mode 100644 index 4d76730..0000000 --- a/node_modules/author-regex/index.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * author-regex <https://github.com/jonschlinkert/author-regex> - * - * Copyright (c) 2014, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -module.exports = function() { - return /^\s*([^<(]*?)\s*([<(]([^>)]*?)[>)])?\s*([<(]([^>)]*?)[>)])*\s*$/; -}; - |