File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 * @typedef {import('micromark-util-types').State } State
55 */
66
7- import assert from 'power- assert'
7+ import { ok as assert } from 'uvu/ assert'
88import { factorySpace } from 'micromark-factory-space'
99import { markdownLineEnding } from 'micromark-util-character'
1010import { codes } from 'micromark-util-symbol/codes.js'
Original file line number Diff line number Diff line change 1414 * with “normal” dollars in text.
1515 */
1616
17- import assert from 'power- assert'
17+ import { ok as assert } from 'uvu/ assert'
1818import { markdownLineEnding } from 'micromark-util-character'
1919import { codes } from 'micromark-util-symbol/codes.js'
2020import { types } from 'micromark-util-symbol/types.js'
Original file line number Diff line number Diff line change 4444 "micromark-util-character" : " ^1.0.0" ,
4545 "micromark-util-symbol" : " ^1.0.0" ,
4646 "micromark-util-types" : " ^1.0.0" ,
47- "power-assert " : " ^1.0 .0"
47+ "uvu " : " ^0.5 .0"
4848 },
4949 "devDependencies" : {
50- "@types/power-assert" : " ^1.0.0" ,
5150 "@types/tape" : " ^4.0.0" ,
5251 "c8" : " ^7.0.0" ,
5352 "micromark" : " ^3.0.0" ,
7978 "xo" : {
8079 "prettier" : true ,
8180 "rules" : {
81+ "node/file-extension-in-import" : " off" ,
8282 "unicorn/no-this-assignment" : " off" ,
8383 "unicorn/prefer-node-protocol" : " off"
8484 }
You can’t perform that action at this time.
0 commit comments