francejs / effroi

Codename : effroi
MIT License
27 stars 6 forks source link

Fix version compatibility issue between browserify and grunt-browserify #10

Closed chprome closed 10 years ago

chprome commented 10 years ago

Thix PR fix a compatibility issue between grunt-browserify and browserify

grunt-browserify wants browserify@>=2.35 < 3.0.0

npm install

npm ERR! peerinvalid The package browserify does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer grunt-browserify@1.2.11 wants browserify@>=2.35 < 3.0.0
nfroidure commented 10 years ago

Thx !