diff --git a/package.json b/package.json index 91894377..0fea8afa 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,6 @@ "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", "test": "npm run lint && npm run unit", "unit": "nyc node test.js" - } + }, + "sideEffects": false }