brunch / deppack

Extract node modules to browser.
MIT License
4 stars 13 forks source link

Fix scoped modules & npm2 #37

Closed shvaikalesh closed 8 years ago

paulmillr commented 8 years ago

actually we don't support NPM 2 @shvaikalesh

shvaikalesh commented 8 years ago

either this or smth like

before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

for Travis and Node 4. I thought this was better.