Skip to content

Commit e9632c4

Browse files
committed
chore: update package.json
1 parent d1b0560 commit e9632c4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.idea/use-async-memo.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"author": "awmleer <awmleer@icloud.com>",
1818
"license": "MIT",
1919
"private": false,
20+
"peerDependencies": {
21+
"react": "^16.8.0 || ^17.0.0"
22+
},
2023
"devDependencies": {
2124
"@testing-library/jest-dom": "^4.0.0",
2225
"@testing-library/react": "^8.0.1",
@@ -32,7 +35,8 @@
3235
"typescript": "^3.5.2",
3336
"use-debounce": "^2.1.0"
3437
},
35-
"peerDependencies": {
36-
"react": "^16.8.0 || ^17.0.0"
38+
"sideEffects": [],
39+
"publishConfig": {
40+
"registry": "https://registry.npmjs.org"
3741
}
3842
}

0 commit comments

Comments
 (0)