diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 09:02:59 -0700 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 10:29:17 -0700 |
commit | 79c0732ac26253feb6070de409e3643607a5a4c4 (patch) | |
tree | 6e40d33eca23c679bcc5e0ebf0b0eeb1400129ae /bower.json | |
parent | e38a94a61ce92bedf3bed916a042c18a3b5ce4ed (diff) | |
download | jquery-79c0732ac26253feb6070de409e3643607a5a4c4.tar.gz jquery-79c0732ac26253feb6070de409e3643607a5a4c4.zip |
Build: drop bower; use npm for front-end deps
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bower.json b/bower.json index 827734ccf..e04ab62f3 100644 --- a/bower.json +++ b/bower.json @@ -13,12 +13,6 @@ "Gruntfile.js", "package.json" ], - "devDependencies": { - "sizzle": "1.11.1", - "requirejs": "2.1.10", - "qunit": "1.14.0", - "sinon": "1.8.1" - }, "keywords": [ "jquery", "javascript", |