]> source.dussan.org Git - jquery.git/commit
Build: Update npm deps, fix Sinon npmcopy config
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 27 Jan 2016 11:54:39 +0000 (12:54 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 27 Jan 2016 11:54:39 +0000 (12:54 +0100)
commit67c96a59f5af9e8404b3f904028e1c730d647498
tree7f79e5cf9de8757188e5d58b543e44df41380f22
parent6600e2e2b9863dc91601d94541a3808cf3ccc90c
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
12 files changed:
.babelrc [new file with mode: 0644]
Gruntfile.js
external/npo/npo.js
external/qunit/LICENSE.txt
external/qunit/qunit.css
external/qunit/qunit.js
external/requirejs/require.js
external/sinon/LICENSE.txt [new file with mode: 0644]
external/sinon/sinon-1.14.1.js [deleted file]
external/sinon/sinon.js [new file with mode: 0644]
package.json
test/index.html