monowerker/couch-viewkey-compare

Intl

Closed this issue · 1 comments

hey.
u use Intl in your code, but this is not accessible in standard node compilition. it is really necessery in this project? maybe u can use external version of intl module?

It's available in node >= 0.12 so I've documented that in the package.json. The Collation is tricky stuff to get right which I think is the reason it's not available in most polyfills.