File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 25
25
"xtend" : " ^4.0.1"
26
26
},
27
27
"devDependencies" : {
28
- "babel-core" : " ^6.26.3" ,
29
- "babel-preset-env" : " ^1.7.0" ,
30
- "babelify" : " ^8.0.0" ,
31
28
"browserify" : " ^16.0.0" ,
32
29
"esmangle" : " ^1.0.1" ,
33
30
"is-hidden" : " ^1.1.0" ,
38
35
"remark-cli" : " ^5.0.0" ,
39
36
"remark-preset-wooorm" : " ^4.0.0" ,
40
37
"tape" : " ^4.0.0" ,
38
+ "tinyify" : " ^2.4.3" ,
41
39
"to-vfile" : " ^5.0.0" ,
42
40
"unist-util-visit" : " ^1.1.3" ,
43
41
"xo" : " ^0.21.0"
44
42
},
45
43
"scripts" : {
46
44
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
47
- "build-bundle" : " browserify index.js --bare - s hastUtilFromParse5 -g [ babelify --presets [ \" babel-preset-env \" ] ] > hast-util-from-parse5.js" ,
48
- "build-mangle" : " esmangle hast-util-from-parse5 .js > hast-util-from-parse5.min.js" ,
45
+ "build-bundle" : " browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js" ,
46
+ "build-mangle" : " browserify index .js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.min.js" ,
49
47
"build" : " npm run build-bundle && npm run build-mangle" ,
50
48
"test-api" : " node test" ,
51
49
"test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments