beefy
beefy copied to clipboard
Specify browserify as a peerDependency
- 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
Would this solve https://github.com/chrisdickinson/beefy/issues/27 ?
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.
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.