From 3af035945079451c63d2c8b14b81dfe195c94c91 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Wed, 18 Jul 2018 11:40:12 +0200 Subject: [PATCH] added other fields for bundlers --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index b8468faf..7b3dae13 100644 --- a/package.json +++ b/package.json @@ -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" }