nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

Updated SDP to use es6 #60

Open jimmywarting opened 8 years ago

rom1504 commented 8 years ago

this would require adding node>=5 in the package.json (https://docs.npmjs.com/files/package.json#engines)

jimmywarting commented 8 years ago

es6 is nice to work with. Then when you publish it on npm you could always transform it to es5 with babel