Marking i18n as not side-effect-free
This commit is contained in:
parent
afffac01e7
commit
0ce5237f5f
|
@ -3,6 +3,7 @@
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"description": "Core functions, classes and components for RecogitoJS",
|
"description": "Core functions, classes and components for RecogitoJS",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
|
"sideEffects": ["*.json"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register"
|
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue