diff --git a/package.json b/package.json index e938a83..b9bdc0b 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "mustache.min.js", "wrappers/" ], + "exports": { + "import": "./mustache.mjs", + "require": "./mustache.js" + }, "volo": { "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js" },