robb0wen / tornis

Tornis helps you watch and respond to changes in your browser's viewport 🌲
https://tornis.robbowen.digital
MIT License
1.58k stars 35 forks source link

Expose the ES5 build in the package.json file #6

Open florentbarriol opened 5 years ago

florentbarriol commented 5 years ago

Hello, Is it possible to add the key module in the package.json file to expose the es5 build ? It will allow us to build our app in es5 mode. Example : "module": "dist/tornis.es5.js",

Thanks, Florent.