mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: montag v2.0.1
This commit is contained in:
parent
dc94d2db7a
commit
d5cd11e812
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* global CloudCmd */
|
||||
import montag from 'montag';
|
||||
import {montag} from 'montag';
|
||||
import {promisify} from 'es6-promisify';
|
||||
import {tryToCatch} from 'try-to-catch';
|
||||
import createElement from '@cloudcmd/create-element';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {readFileSync} from 'node:fs';
|
||||
import test from 'supertape';
|
||||
import montag from 'montag';
|
||||
import {montag} from 'montag';
|
||||
import * as cheerio from 'cheerio';
|
||||
import {
|
||||
_getSize,
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
"markdown-it": "^14.0.0",
|
||||
"mellow": "^3.0.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"montag": "^1.2.1",
|
||||
"montag": "^2.0.1",
|
||||
"nano-memoize": "^3.0.16",
|
||||
"nomine": "^4.0.0",
|
||||
"once": "^1.4.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import {homedir} from 'node:os';
|
|||
import {readFile as _readFile} from 'node:fs/promises';
|
||||
import {join} from 'node:path';
|
||||
// warm up worker cache
|
||||
import montag from 'montag';
|
||||
import {montag} from 'montag';
|
||||
import {tryToCatch} from 'try-to-catch';
|
||||
import currify from 'currify';
|
||||
import {putout, codeframe} from 'putout';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue