apache / nano

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano
https://github.com/apache/couchdb-nano
Other
1.13k stars 157 forks source link

remove version and path export #294

Closed notslang closed 7 years ago

notslang commented 9 years ago

Modules should not need to export their version or path, especially since it requires an extra synchronous file read to get the version and the path is already available to anything requiring the module via require.resolve. Obviously, this will require a major version bump.

carlosduclos commented 7 years ago

Hi, The NanoJS repository has been merged into apache/couchdb-nano. Could you close this pull request and open it there instead? Thanks in advance

notslang commented 7 years ago

ok, moved to https://github.com/apache/couchdb-nano/pull/39