Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Apr 15, 2022
1 parent d1b0560 commit e9632c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/use-async-memo.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"author": "awmleer <[email protected]>",
"license": "MIT",
"private": false,
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.1",
Expand All @@ -32,7 +35,8 @@
"typescript": "^3.5.2",
"use-debounce": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"sideEffects": [],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit e9632c4

Please sign in to comment.