Skip to content

Commit

Permalink
docs: Add sideEffects false to package.json (#34)
Browse files Browse the repository at this point in the history
* docs: Add sideEffects false to package.json

* Fix publish action
  • Loading branch information
alexnault authored Apr 16, 2023
1 parent e2459f4 commit 56e5826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"files": [
"dist"
],
"sideEffects": false,
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 56e5826

Please sign in to comment.