orchestrator-core
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"description": "Orchestrator for Node.js", | ||
"version": "4.11.0-dev.20200928.418847d", | ||
"version": "4.11.0-dev.20200928.d594b5f", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -34,3 +34,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
if (config.hasOwnProperty('VocabFile') && config.hasOwnProperty('MergeFile') | ||
&& config.hasOwnProperty('ModelFile') && config.hasOwnProperty('Version')) { | ||
&& config.hasOwnProperty('ModelFile') && config.hasOwnProperty('Name')) { | ||
// console.log(' => VALID!'); | ||
@@ -37,0 +37,0 @@ return true; |
284670
0