Skip to content

Instantly share code, notes, and snippets.

@ralphtheninja
Forked from juliangruber/gist:5124503
Created March 9, 2013 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralphtheninja/5124515 to your computer and use it in GitHub Desktop.
Save ralphtheninja/5124515 to your computer and use it in GitHub Desktop.
installall('levelup', __dirname, function (err, paths) {
if (err) throw err;
console.log(paths);
});
/*
{
"0.7.0": "/levelup/0.7.0",
"0.6.0": "/levelup/0.6.0"
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment