From 2b4b8a554783d241ca0cca936d88c6209c0af6dd Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sun, 12 Jun 2022 12:53:08 +0900 Subject: [PATCH] remove nyc stuff 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 } }