cujojs / wire

A light, fast, flexible Javascript IOC container
Other
862 stars 71 forks source link

Exclude bower_components from npm package #149

Closed scothis closed 10 years ago

scothis commented 10 years ago

npm install --production wire results in 28M being placed on disk, 27.5M of that is the bower_components directory. I think it's safe to ignore bower artifacts for the npm dist.

briancavalier commented 10 years ago

Thanks!