remove bluebird from client, use ES6 promise instead

This commit is contained in:
spalger
2015-11-24 15:14:15 -06:00
parent 11f95852da
commit fdd9803aac
3 changed files with 13 additions and 7 deletions

View File

@ -33,7 +33,7 @@ module.exports = {
ignore: [
'src/lib/connectors/jquery.js',
'src/lib/connectors/xhr.js',
'bluebird'
'promise-js'
]
}
},
@ -45,8 +45,8 @@ module.exports = {
ignore: [
'src/lib/connectors/angular.js',
'src/lib/connectors/xhr.js',
'bluebird'
'promise-js'
]
}
}
};
};