2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +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 -3
View File
@@ -26,11 +26,9 @@
"url": "https://github.com/mzabriskie/axios/issues"
},
"homepage": "https://github.com/mzabriskie/axios",
"dependencies": {
"es6-promise": "^2.3.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"es6-promise": "^2.3.0",
"grunt": "^0.4.5",
"grunt-banner": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",