From 8b5c243e4af6d5300b63f442ec1a883a037dd692 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 14 Jan 2018 12:09:24 -0500 Subject: [PATCH] update svelte and sapper --- package.json | 7 ++----- templates/2xx.html | 2 +- templates/4xx.html | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4f4a71b..74ebc01 100644 --- a/package.json +++ b/package.json @@ -19,15 +19,12 @@ "glob": "^7.1.2", "node-fetch": "^1.7.3", "npm-run-all": "^4.1.2", - "sapper": "^0.3.1", + "sapper": "^0.4.0", "serve-static": "^1.13.1", "style-loader": "^0.19.1", - "svelte": "^1.50.0", + "svelte": "^1.51.1", "svelte-loader": "^2.3.3", "uglifyjs-webpack-plugin": "^1.1.5", "webpack": "^3.10.0" - }, - "engines": { - "node": ">= 8" } } diff --git a/templates/2xx.html b/templates/2xx.html index 1400731..5dc665a 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -32,6 +32,6 @@ - + %sapper.scripts% \ No newline at end of file diff --git a/templates/4xx.html b/templates/4xx.html index cadeabb..d362dcc 100644 --- a/templates/4xx.html +++ b/templates/4xx.html @@ -41,6 +41,6 @@

%sapper.title%

Could not %sapper.method% %sapper.url%

- + %sapper.scripts% \ No newline at end of file