Skip to content

Commit

Permalink
chore: mark sideEffect to false in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jun 24, 2024
1 parent 6cc94c1 commit 2445316
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
21 changes: 0 additions & 21 deletions license

This file was deleted.

14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"exports": {
".": {
"types": {
"require": "./dist/index.d.cts",
"import": "./dist/index.d.ts",
"require": "./dist/index.d.cts",
"default": "./dist/index.d.ts"
},
"import": "./dist/index.js",
Expand All @@ -31,9 +31,19 @@
"dist"
],
"homepage": "https://sheinsight.github.io/react-use/",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/sheinsight/react-use"
"url": "git+https://github.com/sheinsight/react-use.git"
},
"bugs": "https://github.com/sheinsight/react-use/issues",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"scripts": {
"dev": "tsup --watch",
Expand Down

0 comments on commit 2445316

Please sign in to comment.