mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add "type" property of "commonjs" to package.json to be explicit.
This commit is contained in:
parent
c8bd6053c7
commit
9b3fd3d16b
2 changed files with 42 additions and 41 deletions
|
@ -975,6 +975,47 @@ function deepFreeze(obj) {
|
|||
module.exports.deepFreeze = deepFreeze;
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "markdown-it":
|
||||
/*!*****************************!*\
|
||||
!*** external "markdownit" ***!
|
||||
\*****************************/
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = markdownit;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?ec0a":
|
||||
/*!********************!*\
|
||||
!*** fs (ignored) ***!
|
||||
\********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?b85c":
|
||||
/*!**********************!*\
|
||||
!*** path (ignored) ***!
|
||||
\**********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?96a2":
|
||||
/*!**********************!*\
|
||||
!*** util (ignored) ***!
|
||||
\**********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "../lib/cache.js":
|
||||
|
@ -4536,47 +4577,6 @@ rules.forEach(function (rule) {
|
|||
module.exports = rules;
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "markdown-it":
|
||||
/*!*****************************!*\
|
||||
!*** external "markdownit" ***!
|
||||
\*****************************/
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = markdownit;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?ec0a":
|
||||
/*!********************!*\
|
||||
!*** fs (ignored) ***!
|
||||
\********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?b85c":
|
||||
/*!**********************!*\
|
||||
!*** path (ignored) ***!
|
||||
\**********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "?96a2":
|
||||
/*!**********************!*\
|
||||
!*** util (ignored) ***!
|
||||
\**********************/
|
||||
/***/ (() => {
|
||||
|
||||
/* (ignored) */
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue