update sapper

This commit is contained in:
Rich Harris
2017-12-23 21:23:59 -05:00
parent 6f666712f3
commit 38898a155d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"marked": "^0.3.7",
"node-fetch": "^1.7.3",
"npm-run-all": "^4.1.2",
"sapper": "^0.2.3",
"sapper": "^0.2.9",
"serve-static": "^1.13.1",
"style-loader": "^0.19.0",
"svelte": "^1.49.1",

View File

@@ -1,4 +1,4 @@
import { init } from '__app__';
import { init } from 'sapper/runtime/app.js';
// `routes` is an array of route objects injected by Sapper
init(document.querySelector('#sapper'), __routes__);