File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 29
29
"browserify" : " ^16.0.0" ,
30
30
"is-hidden" : " ^1.0.1" ,
31
31
"negate" : " ^1.0.0" ,
32
- "nyc" : " ^13 .0.0" ,
33
- "prettier" : " ^1.14.2 " ,
32
+ "nyc" : " ^14 .0.0" ,
33
+ "prettier" : " ^1.0.0 " ,
34
34
"remark" : " ^10.0.0" ,
35
35
"remark-cli" : " ^6.0.0" ,
36
- "remark-preset-wooorm" : " ^4 .0.0" ,
36
+ "remark-preset-wooorm" : " ^5 .0.0" ,
37
37
"tape" : " ^4.0.0" ,
38
- "tinyify" : " ^2.4.3 " ,
39
- "xo" : " ^0.23 .0"
38
+ "tinyify" : " ^2.0.0 " ,
39
+ "xo" : " ^0.24 .0"
40
40
},
41
41
"scripts" : {
42
42
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- /* eslint-disable import/no-dynamic-require */
4
-
5
3
var fs = require ( 'fs' )
6
4
var path = require ( 'path' )
7
5
var negate = require ( 'negate' )
You can’t perform that action at this time.
0 commit comments