From 7a88c636fd02c46160dbb745f69491eacd2eefdd Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 29 Jul 2020 11:27:07 +0200 Subject: [PATCH] Remove importmap.json from default --- cli/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/init.ts b/cli/commands/init.ts index 0fd824c..33c2deb 100644 --- a/cli/commands/init.ts +++ b/cli/commands/init.ts @@ -18,7 +18,7 @@ export default async function init() { description: "", author: getConfig("author"), contributors: [], - files: ["**/*.ts", "**/*.js", "importmap.json"], + files: ["**/*.ts", "**/*.js"], ...existing, };