Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 15, 2012 16:31
Show Gist options
  • Save isaacs/1837112 to your computer and use it in GitHub Desktop.
Save isaacs/1837112 to your computer and use it in GitHub Desktop.
/**package
* { "name": "npm-test-single-file"
* , "main": "index.js"
* , "version": "1.2.3"
* , "description":"No package.json in sight!"
* , "dependencies": { "minimatch": "*" }
* }
**/
module.exports = "I'm just a lonely index, naked as the day I was born."
@Gozala
Copy link

Gozala commented Feb 15, 2012

@isaacs

Yeah makes sense. In fact currently I do this via post-install script which works fine but is kind of painful to have to specify both dependency and scripts per each package. Would be nice if npm had a plugin system for cases like this similar to lein plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment