Skip to content

Commit 9635a2e

Browse files
authored
[chore] remove nyc stuff (sveltejs#7601)
It appears that forgot to remove config related to nyc in this commit. sveltejs@f1ca1cc
1 parent 346c27d commit 9635a2e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea
22
.DS_Store
3-
.nyc_output
43
.vscode
54
node_modules
65
*.map

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,5 @@
151151
"tiny-glob": "^0.2.6",
152152
"tslib": "^2.0.3",
153153
"typescript": "^3.7.5"
154-
},
155-
"nyc": {
156-
"include": [
157-
"compiler/svelte.js",
158-
"shared.js"
159-
],
160-
"sourceMap": true,
161-
"instrument": true
162154
}
163155
}

0 commit comments

Comments
 (0)