Hacker News new | ask | show | jobs
by kelkes 4402 days ago
Main problem is when npm modules are not up to date. This is the reason i still have to use bower but debowerify helps a lot...
1 comments

require('name/repo#commitish') works with npm/browserify, considering that bower uses git repos you can require them that way.