after-operation
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "after-operation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Promise that resolves on completing a Google Compute Cloud [tm] operation", | ||
@@ -24,8 +24,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"coveralls": "^2.13.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0", | ||
"should": "^11.2.1" | ||
"assert": "^1.4.1", | ||
"coveralls": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.0", | ||
"should": "^13.1.2" | ||
} | ||
} |
# after-operation | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/DrPaulBrewer/after-operation.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/DrPaulBrewer/after-operation.svg?branch=master)](https://travis-ci.org/DrPaulBrewer/after-operation) | ||
[![Coverage Status](https://coveralls.io/repos/github/DrPaulBrewer/after-operation/badge.svg?branch=master)](https://coveralls.io/github/DrPaulBrewer/after-operation?branch=master) | ||
Helper for converting Google Compute Engine [tm] operation event-emitters to Promises | ||
@@ -36,3 +41,3 @@ | ||
## Related modules by other authors | ||
## Related modules by other authors | ||
@@ -39,0 +44,0 @@ [npm: event-to-promise](https://www.npmjs.com/package/event-to-promise) might be useful |
Sorry, the diff of this file is not supported yet
5439
60
5