diff options
author | Adam Bergman <adam@fransvilhelm.com> | 2021-02-01 14:14:25 +0100 |
---|---|---|
committer | Adam Bergman <adam@fransvilhelm.com> | 2021-02-24 09:24:18 +0100 |
commit | ea989c883788cd2e90b8368c5796338bdeee936f (patch) | |
tree | b2e7e5824fe8bd7ff03219acde77c211cb6b1c90 /package.json | |
parent | Update README.md (diff) | |
download | tabler-icons-ea989c883788cd2e90b8368c5796338bdeee936f.tar.xz |
Update module entry fields
Fixes #113
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 56f9c6cf..4e0fa2a0 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,10 @@ "url": "git+https://github.com/tabler/tabler-icons.git" }, "main": "./icons-react/dist/index.cjs.js", + "exports": "./icons-react/dist/index.esm.js", "module": "./icons-react/dist/index.esm.js", - "browser": "./icons-react/dist/index.umd.js", + "unpkg": "./icons-react/dist/index.umd.js", + "umd:main": "./icons-react/dist/index.umd.js", "types": "./icons-react/index.d.ts", "sideEffects": false, "author": "codecalm", |