Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 1, 2022
1 parent 5730ad2 commit 1a9e75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.0.0",
"unified": "^10.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.47.0"
"xo": "^0.48.0"
},
"scripts": {
"build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-cli/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('remark-cli', (t) => {
t.plan(2)

t.test('should show help on `--help`', (t) => {
const bin = fileURLToPath(new URL('./cli.js', import.meta.url))
const bin = fileURLToPath(new URL('cli.js', import.meta.url))

t.plan(1)

Expand Down Expand Up @@ -63,7 +63,7 @@ test('remark-cli', (t) => {
})

t.test('should show version on `--version`', (t) => {
const bin = fileURLToPath(new URL('./cli.js', import.meta.url))
const bin = fileURLToPath(new URL('cli.js', import.meta.url))

t.plan(2)

Expand Down

0 comments on commit 1a9e75c

Please sign in to comment.