From 3c86547a3b841807c4744af0fa4ee3894cc17a33 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 26 Jun 2012 17:56:56 -0400 Subject: [PATCH] As it turns out, we won't need the 'main' entry in package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4bfd8dc6e..042ca3e27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "jquery", "title": "jQuery", - "main": "./dist/jquery.js", "description": "New Wave JavaScript", "version": "1.8.0pre", "homepage": "http://jquery.com", -- 2.39.5