Update package.json (#445)

* Update package.json

* Create angry-crabs-share.md

* Update angry-crabs-share.md
This commit is contained in:
Felicio Mununga 2023-06-30 17:15:03 +01:00 committed by GitHub
parent e3b78a860d
commit c203e6f497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
"@status-im/components": patch
---
export types

View File

@ -4,11 +4,9 @@
"sideEffects": [
"*.css"
],
"#module": "./src/index.tsx",
"types": "./src/index.tsx",
"types": "./dist/types/src/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"#types": "./dist/types/index.d.ts",
"files": [
"types",
"dist"