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 24
24
],
25
25
"devDependencies" : {
26
26
"browserify" : " ^16.0.0" ,
27
- "esmangle" : " ^1.0.1" ,
28
27
"nyc" : " ^13.0.0" ,
29
28
"prettier" : " ^1.12.1" ,
30
29
"remark-cli" : " ^6.0.0" ,
31
30
"remark-preset-wooorm" : " ^4.0.0" ,
32
31
"tape" : " ^4.0.0" ,
32
+ "tinyify" : " ^2.4.3" ,
33
33
"xo" : " ^0.23.0"
34
34
},
35
35
"scripts" : {
36
36
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
37
- "build-bundle" : " browserify index.js -s unistUtilAssert > unist-util-assert.js" ,
38
- "build-mangle" : " esmangle < unist-util-assert.js > unist-util-assert.min.js" ,
37
+ "build-bundle" : " browserify . -s unistUtilAssert > unist-util-assert.js" ,
38
+ "build-mangle" : " browserify . -s unistUtilAssert -p tinyify > unist-util-assert.min.js" ,
39
39
"build" : " npm run build-bundle && npm run build-mangle" ,
40
40
"test-api" : " node test" ,
41
41
"test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments