diff --git a/package.json b/package.json index f2cab4c..6560a42 100644 --- a/package.json +++ b/package.json @@ -122,5 +122,6 @@ "lint": "true", "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", "travis": "npm run lint && npm run cover" - } + }, + "sideEffects": false }