@compassdigital/provider
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -26,3 +26,3 @@ 'use strict'; | ||
default: | ||
throw new Error("You must specify the 'type' of the provider"); | ||
throw new Error("You must specify the 'type' of the provider. '" + config.type + "' was invalid"); | ||
break; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "@compassdigital/provider", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
21744