Allow use of booleans in the `externals` option

Fixes #3299
This commit is contained in:
Kees Kluskens 2016-11-19 16:47:40 +01:00
parent 82a68983fd
commit 0ddf5fdb5a
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@
},
{
"type": "object"
},
{
"type": "boolean"
}
]
},