mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798 Close gh-1516 Ref gh-1338 Conflicts: bower.json
This commit is contained in:
parent
a96ff1c3a8
commit
833d7a69ea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user