Fixes #14548. Add main property to package.json

Conflicts:
	package.json
This commit is contained in:
Timmy Willison 2013-11-15 17:07:12 -05:00
parent c06462410a
commit 9cf253891e

View File

@ -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",