Marking i18n as not side-effect-free

This commit is contained in:
Rainer Simon 2021-08-01 10:42:19 +02:00
parent afffac01e7
commit 0ce5237f5f
1 changed files with 1 additions and 0 deletions

View File

@ -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"
},