the polyfill now includes promises by default 🎉

This commit is contained in:
Kent C. Dodds 2016-05-03 21:27:13 -06:00
parent 96667b0de7
commit 92150d0176

View File

@ -40,7 +40,7 @@
<p>Ported to ES6 by <a href="https://twitter.com/kentcdodds">Kent C. Dodds</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Promise"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="/bundle.js"></script>
</body>
</html>