1.0.2 • Published 10 years ago

peer-dependency-cleaner v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

peer-dependency-cleaner

Simple command line tool to clean up the mess that npm link and peerDependencies creates (https://github.com/npm/npm/issues/5080). Takes the name of a module as an argument, and will then walk down your node_modules tree and delete any instances of that module except the top one. Think of it as a very violent and despotic dedupe.

Installation

npm install -g peer-dependency-cleaner

Usage

cleanpeerdeps my-module