Comparing version 1.0.0 to 1.0.1
@@ -42,6 +42,6 @@ /* jshint node: true */ | ||
name: 'bhulk', | ||
version: '0.0.0', | ||
register: lib.bhulk.register | ||
}, { | ||
remote: handleRemoteRequest | ||
plugin: lib.bhulk, | ||
options: { | ||
remote: handleRemoteRequest | ||
} | ||
}, callback); | ||
@@ -48,0 +48,0 @@ }, |
{ | ||
"name": "bhulk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Batch request handling plugin for hapi", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"istanbul": "^0.2.6", | ||
"hapi": "^3.0.2", | ||
"hapi": "^6.2.1", | ||
"request": "^2.34.0" | ||
} | ||
} |
13479