File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"browserify" : " ^16.0.0" ,
30
- "esmangle" : " ^1.0.0" ,
31
30
"is-hidden" : " ^1.1.1" ,
32
31
"not" : " ^0.1.0" ,
33
32
"nyc" : " ^13.0.0" ,
36
35
"remark-preset-wooorm" : " ^4.0.0" ,
37
36
"retext" : " ^5.0.0" ,
38
37
"tape" : " ^4.0.0" ,
38
+ "tinyify" : " ^2.4.3" ,
39
39
"unist-util-remove-position" : " ^1.0.0" ,
40
40
"unist-util-visit" : " ^1.1.3" ,
41
41
"xo" : " ^0.23.0"
42
42
},
43
43
"scripts" : {
44
44
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
45
- "build-bundle" : " browserify index.js --bare -s retextSyntaxUrls > retext-syntax-urls.js" ,
46
- "build-mangle" : " esmangle retext-syntax-urls.js > retext-syntax-urls.min.js" ,
45
+ "build-bundle" : " browserify . -s retextSyntaxUrls > retext-syntax-urls.js" ,
46
+ "build-mangle" : " browserify . -s retextSyntaxUrls -p tinyify > retext-syntax-urls.min.js" ,
47
47
"build" : " npm run build-bundle && npm run build-mangle" ,
48
48
"test-api" : " node test" ,
49
49
"test-coverage" : " nyc --reporter lcov tape test/index.js" ,
You can’t perform that action at this time.
0 commit comments