Skip to content

Commit 8b884d7

Browse files
committed
chore: add peerDependencies
1 parent b6c4b47 commit 8b884d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

β€Ž.changeset/nice-crabs-doubt.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lynx-js/react-use": patch
3+
---
4+
5+
Add `package.json#peerDependencies` & set `package.json#sideEffects` to `false`

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "A React-style hooks library designed specifically for ReactLynx",
44
"version": "0.0.2",
55
"type": "module",
6+
"sideEffects": false,
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/lynx-community/reactlynx-use.git"
@@ -56,6 +57,5 @@
5657
"peerDependencies": {
5758
"@lynx-js/react": ">=0.114.4"
5859
},
59-
"sideEffects": false,
6060
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
6161
}

0 commit comments

Comments
Β (0)