aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update npm deps, fix Sinon npmcopy configMichał Gołębiowski2016-01-271-0/+3
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