From 6308a261fd5d1be2362863e6a59fede4420d9f8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Thu, 17 Sep 2015 17:23:04 +0200 Subject: [PATCH] Build: Add main entry for webpack support; actual value doesn't matter Fixes #14375 Closes gh-1600 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 99f6b2a60..599efbb5a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt" }, + "main": "ui/widget.js", "maintainers": [ { "name": "Scott González", -- 2.39.5