package.json syntax typo

This commit is contained in:
Ulf Gebhardt 2021-04-24 02:17:35 +02:00
parent c7e721b44f
commit e99313034d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -31,10 +31,10 @@
"!**/coverage/**",
"!**/config/**",
"!**/maintenance/**",
"!**/plugins/**"
"!**/plugins/**",
"!**/.eslintrc.js",
"!**/.prettierrc.js",
"!**/nuxt.config.js",
"!**/nuxt.config.js"
],
"coverageReporters": [
"lcov"