Skip to content

Commit 8839105

Browse files
committed
Fix tests on Windows
1 parent 7362842 commit 8839105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"xo": "^0.23.0"
4242
},
4343
"scripts": {
44-
"format": "remark . -qfo && prettier --write '**/*.{js,ts}' && xo --fix",
44+
"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
4545
"build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
4646
"build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-position.min.js",
4747
"build": "npm run build-bundle && npm run build-mangle",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unist-util-stringify-position [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
22

3-
Stringify [unist**][unist] [`Position`][position]s or [`Point`][point]s.
3+
Stringify [unist\*\*][unist] [`Position`][position]s or [`Point`][point]s.
44

55
## Installation
66

0 commit comments

Comments
 (0)