diff --git a/.nycrc b/.nycrc new file mode 100644 index 0000000..8e97d7b --- /dev/null +++ b/.nycrc @@ -0,0 +1,11 @@ +{ + "exclude": [ + "test", + "gulpfile.js", + "**/.eslintrc.js" + ], + "reporter": [ + "text", + "text-summary" + ] +} diff --git a/package.json b/package.json index e22c7bf..5be6682 100644 --- a/package.json +++ b/package.json @@ -61,16 +61,5 @@ }, "engines": { "node": ">=4" - }, - "nyc": { - "exclude": [ - "test", - "gulpfile.js", - "**/.eslintrc.js" - ], - "reporter": [ - "text", - "text-summary" - ] } }