inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

Move jsfeat up a level in CommonJS packaging #6

Closed hitsthings closed 11 years ago

hitsthings commented 11 years ago

This way it can be require'd like:

var jsfeat = require('jsfeat');

Rather than:

var jsfeat = require('jsfeat').jsfeat;

Btw, just want to rehash that it's probably best for you to own the module on NPM. If you tell me a user, I'll make them the owner.

Deploying new stuff to NPM is just:

Cheers!