Skip to content

Commit

Permalink
[chore] remove nyc stuff (#7601)
Browse files Browse the repository at this point in the history
It appears that forgot to remove config related to nyc in this commit.

f1ca1cc
  • Loading branch information
baseballyama committed Jun 12, 2022
1 parent 346c27d commit 9635a2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
.idea
.DS_Store
.nyc_output
.vscode
node_modules
*.map
Expand Down
8 changes: 0 additions & 8 deletions package.json
Expand Up @@ -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
}
}

0 comments on commit 9635a2e

Please sign in to comment.