File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
"dependencies" : {},
27
27
"devDependencies" : {
28
28
"browserify" : " ^16.0.0" ,
29
- "esmangle" : " ^1.0.0" ,
30
- "nyc" : " ^11.0.0" ,
29
+ "nyc" : " ^13.0.0" ,
31
30
"prettier" : " ^1.12.1" ,
32
- "remark-cli" : " ^5 .0.0" ,
31
+ "remark-cli" : " ^6 .0.0" ,
33
32
"remark-preset-wooorm" : " ^4.0.0" ,
34
33
"tape" : " ^4.5.1" ,
35
- "xo" : " ^0.20.0"
34
+ "tinyify" : " ^2.4.3" ,
35
+ "xo" : " ^0.23.0"
36
36
},
37
37
"scripts" : {
38
38
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
39
- "build-bundle" : " browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js" ,
40
- "build-mangle" : " esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js" ,
39
+ "build-bundle" : " browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js" ,
40
+ "build-mangle" : " browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-position.min.js" ,
41
41
"build" : " npm run build-bundle && npm run build-mangle" ,
42
42
"test-api" : " node test" ,
43
43
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments