Skip to content

Commit 89a4d23

Browse files
committed
Add improved docs
1 parent df9e9b7 commit 89a4d23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@types/tape": "^4.0.0",
4545
"c8": "^7.0.0",
4646
"prettier": "^2.0.0",
47-
"remark": "^13.0.0",
48-
"remark-cli": "^9.0.0",
49-
"remark-preset-wooorm": "^8.0.0",
47+
"remark": "^14.0.0",
48+
"remark-cli": "^10.0.0",
49+
"remark-preset-wooorm": "^9.0.0",
5050
"rimraf": "^3.0.0",
5151
"tape": "^5.0.0",
5252
"type-coverage": "^2.0.0",
5353
"typescript": "^4.0.0",
5454
"unist-util-remove-position": "^4.0.0",
55-
"xo": "^0.42.0"
55+
"xo": "^0.49.0"
5656
},
5757
"scripts": {
5858
"prepack": "npm run build && npm run format",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import fs from 'node:fs'
66
import path from 'node:path'
77
import test from 'tape'
8-
import remark from 'remark'
8+
import {remark} from 'remark'
99
import {removePosition} from 'unist-util-remove-position'
1010
import {normalizeHeadings} from '../index.js'
1111

0 commit comments

Comments
 (0)