1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Add index.d.ts to the npm package distribution #490

This commit is contained in:
Alexander Gusman 2021-05-30 22:29:08 +03:00
parent a5be32144e
commit 192aa7cb31

View File

@ -45,6 +45,7 @@
"universalify": "^0.1.2"
},
"files": [
"dist/twemoji*.js"
"dist/twemoji*.js",
"index.d.ts"
]
}