1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00

added other fields for bundlers

This commit is contained in:
Andrea Giammarchi 2018-07-18 11:40:12 +02:00
parent 1acf40da80
commit 3af0359450

View File

@ -29,6 +29,8 @@
"url": "git://github.com/twitter/twemoji.git"
},
"main": "./2/twemoji.npm.js",
"module": "./2/esm.js",
"unpkg": "./2/twemoji.min.js",
"scripts": {
"test": "phantomjs testrunner.js"
}