Compare commits

...
3 Commits
Author SHA1 Message Date
Felicio Mununga 9076b89693 Update angry-crabs-share.md 2023-06-30 17:13:12 +01:00
Felicio Mununga d978134cbc Create angry-crabs-share.md 2023-06-30 17:12:27 +01:00
Felicio Mununga 0de90f5816 Update package.json 2023-06-30 17:08:12 +01:00
2 changed files with 6 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@status-im/components": patch
---
export types
+1 -3
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"