1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-13 01:24:55 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
codecalm
2022-06-27 00:37:11 +02:00
2 changed files with 7 additions and 4 deletions

View File

@@ -8,9 +8,12 @@
},
"main": "./icons-react/dist/index.cjs.js",
"exports": {
".": {
"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",
"umd:main": "./icons-react/dist/index.umd.js",
@@ -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": {