diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-12-06 15:55:55 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-12-06 16:14:27 -0500 |
commit | c2e0dbdaa59dee7201ce53f9993e8477cf68818f (patch) | |
tree | 0f19befe4f562f1b7fe72f5e9918056a9308ca02 /bower.json | |
parent | b869d3f1ac9f8931c97a300616c815be3d6b2b26 (diff) | |
download | jquery-c2e0dbdaa59dee7201ce53f9993e8477cf68818f.tar.gz jquery-c2e0dbdaa59dee7201ce53f9993e8477cf68818f.zip |
Manage bower dependencies with grunt-bowercopy
Tracked bower dependencies are located at "src/sizzle" and "test/libs".
The source-destination mapping is in the Gruntfile.
When updating a bower dependency, update the version in bower.json, run
`grunt bower`, and then commit the result. When adding a dependency,
update the bowercopy task accordingly.
Fixes #14615.
Closes gh-1452.
Conflicts:
bower.json
test/index.html
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bower.json b/bower.json index dd9c7f86a..8642e05f2 100644 --- a/bower.json +++ b/bower.json @@ -19,18 +19,6 @@ "requirejs": "~2.1.8", "qunit": "~1.12.0" }, - "exportsOverride": { - "sizzle": { - "sizzle": "." - }, - - "requirejs": { - "requirejs": "require.js" - }, - "qunit": { - "qunit": "qunit" - } - }, "keywords": [ "jquery", "javascript", |