2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Moving settle & transformData from helpers/ -> core/

This commit is contained in:
Matt Zabriskie
2016-06-01 13:54:38 -06:00
parent eea790b8de
commit 203cbc2da0
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ The modules under `adapters/` are modules that handle dispatching a request and
## Example
```js
var settle = require('../helpers/settle');
var transformData = require('./../helpers/transformData');
var settle = require('./../core/settle');
var transformData = require('./../core/transformData');
module.exports myAdapter(resolve, reject, config) {
// At this point: