1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-23 06:02:57 +02:00

Update module entry fields

Fixes #113
This commit is contained in:
Adam Bergman
2021-02-01 14:14:25 +01:00
parent ccf2784b57
commit ea989c8837

View File

@@ -6,8 +6,10 @@
"url": "git+https://github.com/tabler/tabler-icons.git" "url": "git+https://github.com/tabler/tabler-icons.git"
}, },
"main": "./icons-react/dist/index.cjs.js", "main": "./icons-react/dist/index.cjs.js",
"exports": "./icons-react/dist/index.esm.js",
"module": "./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", "types": "./icons-react/index.d.ts",
"sideEffects": false, "sideEffects": false,
"author": "codecalm", "author": "codecalm",