Browse Source

update package.json main and types directives

Yuki Takei 2 weeks ago
parent
commit
90ba6a6852
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/emoji-mart-data/package.json

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

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