1.1.3 • Published 10 years ago
xhrpromise v1.1.3
XhrPromise
A Promise that invokes a XmlHttpRequest.
Development
How to make a new release
- Change the version number in
bower.jsonandpackage.json - Create a new release in github with the same name for tag and title as the version number (e.g.
1.0.0). Do not forget to include the changelog in the release description. - Run
npm publishto publish the new version to npm
Testing
To run the tests do npm run test.

