diff options
| -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 | 
