File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11coverage /
22hast-util-script-supporting.js
33hast-util-script-supporting.min.js
4+ * .json
5+ * .md
Original file line number Diff line number Diff line change 3333 "devDependencies" : {
3434 "browserify" : " ^16.0.0" ,
3535 "nyc" : " ^15.0.0" ,
36- "prettier" : " ^1 .0.0" ,
37- "remark-cli" : " ^7 .0.0" ,
38- "remark-preset-wooorm" : " ^6 .0.0" ,
39- "tape" : " ^4 .0.0" ,
36+ "prettier" : " ^2 .0.0" ,
37+ "remark-cli" : " ^8 .0.0" ,
38+ "remark-preset-wooorm" : " ^7 .0.0" ,
39+ "tape" : " ^5 .0.0" ,
4040 "tinyify" : " ^2.0.0" ,
41- "xo" : " ^0.27 .0"
41+ "xo" : " ^0.32 .0"
4242 },
4343 "scripts" : {
44- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
44+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
4545 "build-bundle" : " browserify . -s hastUtilScriptSupporting > hast-util-script-supporting.js" ,
4646 "build-mangle" : " browserify . -s hastUtilScriptSupporting -p tinyify > hast-util-script-supporting.min.js" ,
4747 "build" : " npm run build-bundle && npm run build-mangle" ,
Original file line number Diff line number Diff line change 33var test = require ( 'tape' )
44var scriptSupporting = require ( '.' )
55
6- test ( 'scriptSupporting' , function ( t ) {
6+ test ( 'scriptSupporting' , function ( t ) {
77 t . equal ( scriptSupporting ( ) , false , 'should return `false` without node' )
88
99 t . equal ( scriptSupporting ( null ) , false , 'should return `false` with `null`' )
You can’t perform that action at this time.
0 commit comments