Skip to content

Commit 741bb6a

Browse files
committed
Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798 Close jquerygh-1516 Ref jquerygh-1338
1 parent c4fb200 commit 741bb6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "jquery",
33
"version": "1.11.0",
4+
"main": "dist/jquery.js",
5+
"license": "MIT",
46
"ignore": [
57
"**/.*",
68
"build",
@@ -12,10 +14,8 @@
1214
"package.json",
1315
"bower.json"
1416
],
15-
"dependencies": {
16-
"sizzle": "1.10.16"
17-
},
1817
"devDependencies": {
18+
"sizzle": "1.10.16",
1919
"requirejs": "~2.1.8",
2020
"qunit": "~1.12.0",
2121
"sinon": "~1.7.3"

0 commit comments

Comments
 (0)