macedigital / express-xml-bodyparser

Simple XML body parser connect/express middleware
MIT License
69 stars 27 forks source link

regexp property in index.js undefined #5

Closed santanubasu closed 9 years ago

santanubasu commented 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.

macedigital commented 9 years ago

@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.