Skip to content

Commit

Permalink
use rollup branch of template
Browse files Browse the repository at this point in the history
  • Loading branch information
antony committed Jul 14, 2020
1 parent 2bc5e66 commit 0abc993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sapper-template/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit 0abc993

Please sign in to comment.