beefy icon indicating copy to clipboard operation
beefy copied to clipboard

Specify browserify as a peerDependency

Open chrisdickinson opened this issue 11 years ago • 3 comments

  • Also note that "best practice" of using beefy in your project is to peg browserify at a given point release in your project's package.json

chrisdickinson avatar Jul 27 '13 21:07 chrisdickinson

Would this solve https://github.com/chrisdickinson/beefy/issues/27 ?

limikael avatar Nov 25 '13 10:11 limikael

Maybe include browserify as a devDependency and invoke it directly using the module form? Alternatively, you could look it up using npm scripts' path resolution.

mikolalysenko avatar Feb 04 '14 01:02 mikolalysenko

Or just promote it to a dependency. You can try looking up browserify in the path if present, and if it isn't there then just fallback to the local node_modules folder.

mikolalysenko avatar Feb 07 '14 20:02 mikolalysenko