Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jun 26, 2022
2 parents d1341c8 + a8c50c3 commit 63f9ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
},
"main": "./icons-react/dist/index.cjs.js",
"exports": {
"import": "./icons-react/dist/index.esm.js",
"require": "./icons-react/dist/index.cjs.js"
".": {
"import": "./icons-react/dist/index.esm.js",
"require": "./icons-react/dist/index.cjs.js"
},
"./*": ["./icons/*", "./icons-png/*"]
},
"module": "./icons-react/dist/index.esm.js",
"unpkg": "./icons-react/dist/index.umd.js",
Expand Down Expand Up @@ -104,8 +107,8 @@
}
},
"peerDependencies": {
"react": "^16.x || 17.x",
"react-dom": "^16.x || 17.x"
"react": "^16.x || 17.x || 18.x",
"react-dom": "^16.x || 17.x || 18.x"
},
"peerDependenciesMeta": {
"react": {
Expand Down
File renamed without changes.

0 comments on commit 63f9ae6

Please sign in to comment.