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:25:00 -0500 |
commit | 027d470b574e15c94cda28f5e2c7a0ed54c11fa6 (patch) | |
tree | b353e63c32ad7280db1af4578047a34d6d6ba527 | |
parent | 954966e08d26bf29700711dc4d7b56198350e862 (diff) | |
download | jquery-027d470b574e15c94cda28f5e2c7a0ed54c11fa6.tar.gz jquery-027d470b574e15c94cda28f5e2c7a0ed54c11fa6.zip |
Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798
Close gh-1516
Ref gh-1338
-rw-r--r-- | bower.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json index bff22caf8..74defffaa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,8 @@ { "name": "jquery", "version": "2.1.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" |