diff options
author | codecalm <codecalm@gmail.com> | 2022-06-27 00:37:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-06-27 00:37:11 +0200 |
commit | 63f9ae660497f08d6a6be8226f3f0cfecd00d757 (patch) | |
tree | 5c78251f81bbf5efe18e04b4376f084c317ad1af | |
parent | 18 new icons: `brand-comedy-central`, `brand-finder`, `brand-monday`, `brand-... (diff) | |
parent | updacie React version to v18 #241 (diff) | |
download | tabler-icons-63f9ae660497f08d6a6be8226f3f0cfecd00d757.tar.xz |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | package.json | 11 | ||||
-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 |