Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

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 29cd37b commit 68a787d
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 @@ -13,7 +13,7 @@
* Whether to support `^[inline notes]` (`boolean`, default: `false`).
*/

import assert from 'power-assert'
import {ok as assert} from 'uvu/assert'
import {blankLine} from 'micromark-core-commonmark'
import {factorySpace} from 'micromark-factory-space'
import {
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-normalize-identifier": "^1.0.0",
"micromark-util-resolve-all": "^1.0.0",
"micromark-util-symbol": "^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 @@ -80,6 +79,7 @@
"prettier": true,
"esnext": false,
"rules": {
"node/file-extension-in-import": "off",
"unicorn/no-this-assignment": "off",
"unicorn/prefer-node-protocol": "off"
}
Expand Down

0 comments on commit 68a787d

Please # to comment.