Skip to content

Commit

Permalink
build: fix nyc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 1, 2020
1 parent 2872661 commit a174aa3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"nyc": {
"reporter": ["lcov", "text-summary"],
"extension": [".js", ".vue"]
}
"reporter": ["lcov", "text-summary"],
"extension": [".js", ".vue"]
}

0 comments on commit a174aa3

Please sign in to comment.