@datkt/konanc-config
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -37,3 +37,3 @@ const { extname, dirname, resolve } = require('path') | ||
conf.repo = conf.repo.map((repo) => { | ||
if (!PROTOCOL_REGEX.test(repo)) { | ||
if ('string' == typeof repo && !PROTOCOL_REGEX.test(repo)) { | ||
return resolve(dirname(config), repo) | ||
@@ -40,0 +40,0 @@ } else { |
{ | ||
"name": "@datkt/konanc-config", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Command line utility to read '*.kc' konanc config files to print compiler flags", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10129