From 9635a2e413f17f9c818714e2963ad83a6c56102c Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sun, 12 Jun 2022 23:37:49 +0900 Subject: [PATCH] [chore] remove nyc stuff (#7601) It appears that forgot to remove config related to nyc in this commit. https://github.com/sveltejs/svelte/commit/f1ca1cc0983ddf68c89f596776f54717c4075ede --- .gitignore | 1 - package.json | 8 -------- 2 files changed, 9 deletions(-) diff --git a/.gitignore b/.gitignore index 22389f683ce4..478a6f5ceb7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .idea .DS_Store -.nyc_output .vscode node_modules *.map diff --git a/package.json b/package.json index 65d42e3a1d79..b3c9c65f9869 100644 --- a/package.json +++ b/package.json @@ -151,13 +151,5 @@ "tiny-glob": "^0.2.6", "tslib": "^2.0.3", "typescript": "^3.7.5" - }, - "nyc": { - "include": [ - "compiler/svelte.js", - "shared.js" - ], - "sourceMap": true, - "instrument": true } }