Skip to content

Instantly share code, notes, and snippets.

@dreadjr
Created April 30, 2013 17:32
Show Gist options
  • Save dreadjr/5490354 to your computer and use it in GitHub Desktop.
Save dreadjr/5490354 to your computer and use it in GitHub Desktop.
look for orphaned package.json node.js packages
grep -R "{package}" --include "*.js" --exclude-dir "node_modules" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment