@markuplint/file-resolver
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "The file resolver of markuplint", | ||
@@ -24,7 +24,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-config": "^1.0.0-alpha.6", | ||
"@markuplint/ml-config": "^1.0.0-alpha.7", | ||
"cosmiconfig": "^6.0.0", | ||
"glob": "^7.1.6" | ||
}, | ||
"gitHead": "2b9b334ad921139c38f19fbbd9bd9d81c425be44" | ||
"gitHead": "b3e2bf3e0f6410ba1107d8273b510a7c2cc4273a" | ||
} |
@@ -28,2 +28,2 @@ # @markuplint/file-resolver | ||
Copyright © 2019 markuplint. Unter the MIT License. | ||
Copyright © 2020 markuplint. Under the MIT License. |
Sorry, the diff of this file is not supported yet
205321