Created
August 27, 2010 18:12
-
-
Save mbleigh/553875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated by npm, please don't touch! | |
var i = require.paths.indexOf(__dirname) | |
if (i && i + 1) require.paths.splice(i, 1) | |
if (i) require.paths.shift(__dirname) | |
exports["express"] = require('./'+"express") | |
,exports["oauth"] = require('./'+"oauth") | |
,exports["ejs"] = require('./'+"ejs") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm bundle vendor | |
npm info it worked if it ends with ok | |
npm info version 0.1.27-7 | |
npm info bundle [ 'vendor' ] | |
npm info fetch http://registry.npmjs.org/oauth/-/oauth-0.8.1.tgz | |
npm info fetch http://registry.npmjs.org/ejs/-/ejs-0.2.0.tgz | |
npm info fetch http://registry.npmjs.org/express/-/express-1.0.0rc2.tgz | |
npm info install [email protected] | |
npm info install [email protected] | |
npm info install [email protected] | |
npm info activate [email protected] | |
npm info activate [email protected] | |
npm info activate [email protected] | |
npm info build Success: [email protected] | |
npm info build Success: [email protected] | |
npm info build Success: [email protected] | |
npm ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"flockfeed", | |
"version":"v0.0.1alpha", | |
"dependencies":{ | |
"express":"1.0.0rc2", | |
"oauth":"0.8.1", | |
"ejs":"0.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what I get: