diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 14:57:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 14:57:34 +0200 |
commit | 360e0a05fdc80fce9a69a4cec880fcd22302efdc (patch) | |
tree | 3bfd3932178d10ed75befde107be82aa242a0e56 | |
parent | Release 1.21.1 (diff) | |
download | tabler-icons-360e0a05fdc80fce9a69a4cec880fcd22302efdc.tar.xz |
main fix
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 3d2eb9d5..dc9eb09b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" }, + "main": "./icons-react/index.js", "module": "./icons-react/index.js", "types": "./icons-react/index.d.ts", "author": "", |