Skip to content

Commit

Permalink
Use uvu/assert in development build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 9, 2021
1 parent ed05d7c commit 16c2509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/lib/syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @typedef {'left'|'center'|'right'|null} Align
*/

import assert from 'power-assert'
import {ok as assert} from 'uvu/assert'
import {factorySpace} from 'micromark-factory-space'
import {
markdownLineEnding,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
"micromark-util-character": "^1.0.0",
"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0",
"power-assert": "^1.0.0"
"uvu": "^0.5.0"
},
"devDependencies": {
"@types/power-assert": "^1.0.0",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"micromark": "^3.0.0",
Expand Down Expand Up @@ -79,6 +78,7 @@
"xo": {
"prettier": true,
"rules": {
"node/file-extension-in-import": "off",
"unicorn/no-this-assignment": "off",
"complexity": "off"
}
Expand Down

0 comments on commit 16c2509

Please sign in to comment.