diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index fc7dfb13a..b2c969117 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ }, "author": "", "license": "GPL-3.0", + "nyc": { + "exclude": [ + "emscripten" + ] + }, "devDependencies": { "@types/moment": "^2.13.0", "@types/react": "^15.0.22", |