runspired / ember-run-raf

Use requestAnimationFrame with Backburner
MIT License
26 stars 15 forks source link

Update all things, remove polyfill #20

Closed knownasilya closed 6 years ago

knownasilya commented 6 years ago

Used ember-cli-update to update to the latest version and ran the codemods as well. The tests pass locally. This also removes the polyfills and the use of bower.

Any specific reason we are using v4.1.1 of node to test in travis and not just v4?

knownasilya commented 6 years ago

@runspired this is green 🍏 Let me know if I should use node v4 for travis instead of v4.1.1 (kept it because I wasn't sure why it was like that).