diff --git a/package.json b/package.json index ed86513..8adac3b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.3.5", "description": "Core functions, classes and components for RecogitoJS", "main": "src/index.js", + "sideEffects": ["*.json"], "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register" },