File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 30
30
"zwitch" : " ^1.0.0"
31
31
},
32
32
"devDependencies" : {
33
- "babel-core" : " ^6.26.3" ,
34
- "babel-preset-env" : " ^1.7.0" ,
35
- "babelify" : " ^8.0.0" ,
36
33
"browserify" : " ^16.0.0" ,
37
34
"esmangle" : " ^1.0.0" ,
38
35
"hastscript" : " ^4.0.0" ,
44
41
"remark-preset-wooorm" : " ^4.0.0" ,
45
42
"remark-rehype" : " ^3.0.0" ,
46
43
"tape" : " ^4.0.0" ,
44
+ "tinyify" : " ^2.4.3" ,
47
45
"unified" : " ^7.0.0" ,
48
46
"unist-builder" : " ^1.0.2" ,
49
47
"xo" : " ^0.21.0"
50
48
},
51
49
"scripts" : {
52
50
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
53
- "build-bundle" : " browserify index.js -o hast-util-raw.js --bare -s hastUtilRaw -g [ babelify --presets [ \" babel-preset-env \" ] ] " ,
54
- "build-mangle" : " esmangle hast-util-raw .js > hast-util-raw.min.js" ,
51
+ "build-bundle" : " browserify index.js -s hastUtilRaw > hast-util-raw.js" ,
52
+ "build-mangle" : " browserify index .js -s hastUtilRaw -p tinyify > hast-util-raw.min.js" ,
55
53
"build" : " npm run build-bundle && npm run build-mangle" ,
56
54
"test-api" : " node test" ,
57
55
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments