README
jqxhr-bluebird
Bluebird-wrapped $.ajax
How to use
In code:
var ajax = require('jqxhr-bluebird').ajax;
// ES6 object destructuring
var {ajax, getJSON} = require('jqxhr-bluebird');
Compile ES6+ source to ES5-compliant code:
$ npm run-script compile