aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-27 00:37:11 +0200
committercodecalm <codecalm@gmail.com>2022-06-27 00:37:11 +0200
commit63f9ae660497f08d6a6be8226f3f0cfecd00d757 (patch)
tree5c78251f81bbf5efe18e04b4376f084c317ad1af
parent18 new icons: `brand-comedy-central`, `brand-finder`, `brand-monday`, `brand-... (diff)
parentupdacie React version to v18 #241 (diff)
downloadtabler-icons-63f9ae660497f08d6a6be8226f3f0cfecd00d757.tar.xz
Merge remote-tracking branch 'origin/master'
-rw-r--r--package.json11
-rw-r--r--src/tags.html (renamed from src/_tags.html)0
2 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index c8a1071e..25af04ce 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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": {
diff --git a/src/_tags.html b/src/tags.html
index fbd5b54d..fbd5b54d 100644
--- a/src/_tags.html
+++ b/src/tags.html