From 9cf253891e352fc043c8330f1b48f086b5652cbe Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 15 Nov 2013 17:07:12 -0500 Subject: [PATCH] Fixes #14548. Add main property to package.json Conflicts: package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4e627811e..10f5348eb 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "title": "jQuery", "description": "JavaScript library for DOM operations", "version": "1.11.0-pre", + "main": "dist/jquery.js", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", -- 2.39.5