diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-11-15 17:07:12 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-11-15 17:07:12 -0500 |
commit | 6fde9752599f035da5e328b54a1e23e075e4ad45 (patch) | |
tree | ecc95541f1a33e8d4638a0e34d40b8e1f7b93499 /package.json | |
parent | 8d09ee0506794e8a2b7cfae4bb804e4ca59348e1 (diff) | |
download | jquery-6fde9752599f035da5e328b54a1e23e075e4ad45.tar.gz jquery-6fde9752599f035da5e328b54a1e23e075e4ad45.zip |
Fixes #14548. Add main property to package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 7add8435e..b4cee627e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "title": "jQuery", "description": "JavaScript library for DOM operations", "version": "2.1.0-pre", + "main": "dist/jquery.js", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", |