the master is not the same than the one on npm https://unpkg.com/browse/bs-websocket@0.1.5/bsconfig.json and I need the latest patch.
For the moment I use this dirty hack after npm install
sed -i 's|bs-websockets|bs-websocket|' ./node_modules/bs-websocket/bsconfig.json
the master is not the same than the one on npm https://unpkg.com/browse/bs-websocket@0.1.5/bsconfig.json and I need the latest patch.
For the moment I use this dirty hack after
npm installsed -i 's|bs-websockets|bs-websocket|' ./node_modules/bs-websocket/bsconfig.json