Build config tweaks

This commit is contained in:
Rainer Simon 2021-08-01 15:32:09 +02:00
parent 1ca0a99f43
commit 614f1e650f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.4.1",
"description": "Core functions, classes and components for RecogitoJS",
"main": "src/index.js",
"sideEffects": ["*.json", "themes/default/*"],
"sideEffects": ["**.json", "themes/default/*"],
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register"
},