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 /.babelrc | |
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 '.babelrc')
-rw-r--r-- | .babelrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 000000000..c13c5f627 --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["es2015"] +} |