File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
coverage /
2
2
unist-util-remove-position.js
3
3
unist-util-remove-position.min.js
4
+ * .json
5
+ * .md
Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"browserify" : " ^16.0.0" ,
35
35
"nyc" : " ^15.0.0" ,
36
- "prettier" : " ^1 .0.0" ,
37
- "remark" : " ^11 .0.0" ,
38
- "remark-cli" : " ^7 .0.0" ,
39
- "remark-preset-wooorm" : " ^6 .0.0" ,
40
- "tape" : " ^4 .0.0" ,
36
+ "prettier" : " ^2 .0.0" ,
37
+ "remark" : " ^12 .0.0" ,
38
+ "remark-cli" : " ^8 .0.0" ,
39
+ "remark-preset-wooorm" : " ^7 .0.0" ,
40
+ "tape" : " ^5 .0.0" ,
41
41
"tinyify" : " ^2.0.0" ,
42
42
"unist-builder" : " ^2.0.0" ,
43
- "xo" : " ^0.26 .0"
43
+ "xo" : " ^0.32 .0"
44
44
},
45
45
"scripts" : {
46
- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
46
+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
47
47
"build-bundle" : " browserify . -s unistUtilRemovePosition > unist-util-remove-position.js" ,
48
48
"build-mangle" : " browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-position.min.js" ,
49
49
"build" : " npm run build-bundle && npm run build-mangle" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var u = require('unist-builder')
5
5
var remark = require ( 'remark' )
6
6
var removePosition = require ( '.' )
7
7
8
- test ( 'removePosition()' , function ( t ) {
8
+ test ( 'removePosition()' , function ( t ) {
9
9
var empty = { position : undefined }
10
10
11
11
t . same (
You can’t perform that action at this time.
0 commit comments