diff options
| -rw-r--r-- | package.json | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fa0a3f7a..8fcf46b9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@      "type": "git",      "url": "git+https://github.com/tabler/tabler-icons.git"    }, +  "module": "./icons-react/index.js", +  "types": "./icons-react/index.d.ts",    "author": "",    "license": "MIT",    "bugs": {  | 
