felixlaumon / node-dribbble

Dribble API wrapper for node.js with Promise
http://felixlaumon.github.com/node-dribbble/
MIT License
8 stars 5 forks source link

Fix to allow it to function correctly with npm #1

Closed pushchris closed 10 years ago

pushchris commented 10 years ago

Currently when installing the module through npm it is not possible to use it with the following:

var Dribbble = require('dribbble').Dribbble;

An index file was added to point to the lib file.

Clean up: Removed node_modules directory

felixlaumon commented 10 years ago

Thank you!

felixlaumon commented 10 years ago

@pushchris I did a major refactor for this package. Thought you might want to know. :smiley: