Closed santanubasu closed 9 years ago
It looks like the last line in index.js changed from:
exports.regexp = ...
to:
module.exports.regexp = ...
in the last version. This appears to be causing an issue at line 41 of the same file later, when export.regexp is undefined.
@santanubasu , sorry for my late reply.
v0.0.6 has been released which fixes this particular issue (an oversight on my part).
please let me know, if your problem is resolved and thanks for the issue report.
It looks like the last line in index.js changed from:
exports.regexp = ...
to:
module.exports.regexp = ...
in the last version. This appears to be causing an issue at line 41 of the same file later, when export.regexp is undefined.