Skip to content

Commit

Permalink
Add strings of ViewedByCustomer as sideEffects (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored and mikegron committed Aug 19, 2019
1 parent f02709a commit 03a756a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"module": "./bin/es6/Index.js",
"types": "./bin/typings",
"sideEffects": [
"./bin/es6/components/UserActions/Strings.js"
"./bin/es6/components/UserActions/Strings.js",
"./bin/es6/components/ViewedByCustomer/Strings.js"
],
"scripts": {
"test": "karma start ./config/karma.config.js --single-run",
Expand Down

0 comments on commit 03a756a

Please sign in to comment.