diff --git a/static/js/meow.js b/static/js/meow.es6 similarity index 99% rename from static/js/meow.js rename to static/js/meow.es6 index 0baa817..c86abb8 100644 --- a/static/js/meow.js +++ b/static/js/meow.es6 @@ -1,3 +1,6 @@ +--- +--- + const Matter = window.Matter; function findNearestBlock(elem) { @@ -223,4 +226,4 @@ function bootstrap() { }, true); } -document.body.onload = bootstrap; \ No newline at end of file +document.body.onload = bootstrap;