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

pull/499/head
Alexander Gusman 2021-05-30 22:29:08 +03:00 committed by Justine De Caires
parent 5c9b1247c9
commit ff403353b5
1 changed files with 2 additions and 1 deletions

View File

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