bootme-request
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -24,2 +24,3 @@ 'use strict' | ||
bootme: Joi.object(), | ||
refs: Joi.object(), | ||
method: Joi.string() | ||
@@ -26,0 +27,0 @@ .lowercase() |
{ | ||
"name": "bootme-request", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Task to fire a HTTP Request", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,1 +20,5 @@ # bootme-request | ||
- Based on the `contentType` property. | ||
## Caveats | ||
Don't forget to register your `onError` hook to rollback the operation. |
2360
65
24