indicative
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "indicative", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Intentionally beautiful schema and raw validator for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,5 @@ 'use strict' | ||
const dotProp = require('dot-prop') | ||
Bluebird.config({ | ||
warnings: false | ||
}) | ||
@@ -16,0 +19,0 @@ /** |
60004
2257