From 0abc993e9e0912e135781524503437ea0cb60c25 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Tue, 14 Jul 2020 22:56:12 +0100 Subject: [PATCH] use rollup branch of template --- examples/sapper-template/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sapper-template/install.js b/examples/sapper-template/install.js index 316b2dd..043d593 100644 --- a/examples/sapper-template/install.js +++ b/examples/sapper-template/install.js @@ -6,7 +6,7 @@ const { writeFileSync, writeFile } = require('fs') const { join } = require('path') async function clone () { - const emitter = degit('sveltejs/sapper-template', { + const emitter = degit('sveltejs/sapper-template#rollup', { force: true })