update svelte and sapper

This commit is contained in:
Rich Harris
2018-01-14 12:09:24 -05:00
parent 422b0cc1f2
commit 8b5c243e4a
3 changed files with 4 additions and 7 deletions

View File

@@ -32,6 +32,6 @@
<!-- Sapper creates a <script> tag containing `templates/main.js`
and anything else it needs to hydrate the app and
initialise the router -->
<script src='%sapper.main%'></script>
%sapper.scripts%
</body>
</html>