Skip to content

Commit

Permalink
Build config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Aug 1, 2021
1 parent 1ca0a99 commit 614f1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 614f1e6

Please sign in to comment.