diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:54:39 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-27 12:54:39 +0100 |
commit | 67c96a59f5af9e8404b3f904028e1c730d647498 (patch) | |
tree | 7f79e5cf9de8757188e5d58b543e44df41380f22 /Gruntfile.js | |
parent | 6600e2e2b9863dc91601d94541a3808cf3ccc90c (diff) | |
download | jquery-67c96a59f5af9e8404b3f904028e1c730d647498.tar.gz jquery-67c96a59f5af9e8404b3f904028e1c730d647498.zip |
Build: Update npm deps, fix Sinon npmcopy config
All deps were updated except:
* jsdom - tests using a Symbol polyfill are hacky and break with newer jsdom;
we need to re-do them properly first
* qunitjs - versions 1.19.0 & 1.20.0 introduce race conditions to the tests,
making the fail randomly
Those two packages will be updated once issues related to them get resolved.
Fixes gh-2877
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ec1705a50..18aee7593 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -101,7 +101,7 @@ module.exports = function( grunt ) { "requirejs/require.js": "requirejs/require.js", - "sinon/fake_timers.js": "sinon/lib/sinon/util/fake_timers.js", + "sinon/sinon.js": "sinon/pkg/sinon.js", "sinon/LICENSE.txt": "sinon/LICENSE" } } |