diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 692b7552..310289b9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "@tabler/icons", - "version": "1.40.2", + "version": "1.41.2", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" }, "main": "./icons-react/dist/index.cjs.js", - "exports": "./icons-react/dist/index.esm.js", + "exports": { + "import": "./icons-react/dist/index.esm.js", + "require": "./icons-react/dist/index.cjs.js" + }, "module": "./icons-react/dist/index.esm.js", "unpkg": "./icons-react/dist/index.umd.js", "umd:main": "./icons-react/dist/index.umd.js", |