Explorar el Código

update package.json main and types directives

Yuki Takei hace 2 meses
padre
commit
90ba6a6852
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/emoji-mart-data/package.json

+ 2 - 0
packages/emoji-mart-data/package.json

@@ -5,6 +5,8 @@
   "license": "MIT",
   "private": "true",
   "type": "module",
+  "main": "./dist/index.js",
+  "types": "./dist/index.d.ts",
   "exports": {
     ".": {
       "types": "./dist/index.d.ts",