@raulingg/md-links
Advanced tools
Comparing version 0.5.0 to 0.5.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _util = require("./util"); | ||
@@ -74,3 +69,3 @@ | ||
var _default = (path, options = { | ||
module.exports = (path, options = { | ||
validate: false | ||
@@ -89,4 +84,2 @@ }) => { | ||
} | ||
}; | ||
exports.default = _default; | ||
}; |
{ | ||
"name": "@raulingg/md-links", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "This library allows you to find links within markdown files", | ||
@@ -5,0 +5,0 @@ "author": "Raul Quispe <relaxedchild@gmail.com>", |
12557
215