Skip to content

Commit

Permalink
Merge branch 'fix/tree-shaking-css'
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Oct 28, 2020
2 parents 64d6640 + 5f1f709 commit a1df8c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
},
"license": "MIT",
"author": "Tobit.Software",
"sideEffects": false,
"sideEffects": [
"*.css"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
Expand Down Expand Up @@ -126,8 +128,8 @@
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"optionalDependencies": {
"emojione": "^3.1.7"
Expand Down

0 comments on commit a1df8c4

Please sign in to comment.