From 5eb59a530245a65fbcbf86b449bd7e22577c66d0 Mon Sep 17 00:00:00 2001 From: Toby Harris Date: Thu, 22 Aug 2019 10:36:13 +1000 Subject: [PATCH] added browser to package.json, resolves #1102 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2d9a1bd95..985327ea2 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,10 @@ }, "main": "lib/index.js", "types": "types/index.d.ts", + "browser": { + ".": "./dist/handlebars.min.js", + "./runtime": "./dist/handlebars.runtime.min.js" + }, "bin": { "handlebars": "bin/handlebars" },