File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
"xo" : " ^0.23.0"
42
42
},
43
43
"scripts" : {
44
- "format" : " remark . -qfo && prettier --write ' **/*.{js,ts}' && xo --fix" ,
44
+ "format" : " remark . -qfo && prettier --write \" **/*.{js,ts}\" && xo --fix" ,
45
45
"build-bundle" : " browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js" ,
46
46
"build-mangle" : " browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-position.min.js" ,
47
47
"build" : " npm run build-bundle && npm run build-mangle" ,
Original file line number Diff line number Diff line change 1
1
# unist-util-stringify-position [ ![ Build Status] [ build-badge ]] [ build-page ] [ ![ Coverage Status] [ coverage-badge ]] [ coverage-page ]
2
2
3
- Stringify [ unist* *] [ unist ] [ ` Position ` ] [ position ] s or [ ` Point ` ] [ point ] s.
3
+ Stringify [ unist\*\ *] [ unist ] [ ` Position ` ] [ position ] s or [ ` Point ` ] [ point ] s.
4
4
5
5
## Installation
6
6
You can’t perform that action at this time.
0 commit comments