2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Removing es6-promise dependency

This commit is contained in:
mzabriskie
2015-06-18 22:49:36 -06:00
parent ffc0237a17
commit e49237ce01
3 changed files with 2 additions and 13 deletions
+1
View File
@@ -1,3 +1,4 @@
require('es6-promise').polyfill();
var axios = require('../../index');
describe('promise', function () {