diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-19 17:25:00 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-02-19 17:29:13 -0500 |
commit | 833d7a69ea2c5437a5ee5a60fbf4e89acd857717 (patch) | |
tree | 7aff10e312dd0c944185ad8407498ebde36dc459 | |
parent | a96ff1c3a864cee27ac3014b63b7054bb938c30d (diff) | |
download | jquery-833d7a69ea2c5437a5ee5a60fbf4e89acd857717.tar.gz jquery-833d7a69ea2c5437a5ee5a60fbf4e89acd857717.zip |
Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798
Close gh-1516
Ref gh-1338
Conflicts:
bower.json
-rw-r--r-- | bower.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json index dead30c9b..c8c833af5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,8 @@ { "name": "jquery", "version": "1.11.1pre", + "main": "dist/jquery.js", + "license": "MIT", "ignore": [ "**/.*", "build", @@ -12,10 +14,8 @@ "package.json", "bower.json" ], - "dependencies": { - "sizzle": "1.10.18" - }, "devDependencies": { + "sizzle": "1.10.18", "requirejs": "2.1.10", "qunit": "1.14.0", "sinon": "1.8.1" |