From e88daa7a6d051f6abd4c2251846d7dde1b48bef6 Mon Sep 17 00:00:00 2001 From: Zoey Kaiser Date: Sun, 25 Aug 2024 15:59:24 +0200 Subject: [PATCH] bump: template to 3.13.0 --- src/steps/1.downloadTemplate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/1.downloadTemplate.ts b/src/steps/1.downloadTemplate.ts index 7c8b42e..7e0bf8d 100644 --- a/src/steps/1.downloadTemplate.ts +++ b/src/steps/1.downloadTemplate.ts @@ -3,7 +3,7 @@ import { say } from '../messages' import type { Preferences } from '../types' const KNOWN_TEMPLATES = { - merino: 'github:sidebase/templates#nuxt-3.12.4', + merino: 'github:sidebase/templates#nuxt-3.13.0', cheviot: 'community/sidebase' }