mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-12 09:05:12 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
11
package.json
11
package.json
@@ -8,8 +8,11 @@
|
|||||||
},
|
},
|
||||||
"main": "./icons-react/dist/index.cjs.js",
|
"main": "./icons-react/dist/index.cjs.js",
|
||||||
"exports": {
|
"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",
|
"module": "./icons-react/dist/index.esm.js",
|
||||||
"unpkg": "./icons-react/dist/index.umd.js",
|
"unpkg": "./icons-react/dist/index.umd.js",
|
||||||
@@ -104,8 +107,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.x || 17.x",
|
"react": "^16.x || 17.x || 18.x",
|
||||||
"react-dom": "^16.x || 17.x"
|
"react-dom": "^16.x || 17.x || 18.x"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"react": {
|
"react": {
|
||||||
|
Reference in New Issue
Block a user