Skip to content

Commit b15c224

Browse files
committed
Use tinyify
1 parent 8841b56 commit b15c224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
},
2626
"devDependencies": {
2727
"browserify": "^16.0.0",
28-
"esmangle": "^1.0.0",
2928
"nyc": "^14.0.0",
3029
"prettier": "^1.0.0",
3130
"remark": "^10.0.0",
3231
"remark-cli": "^6.0.0",
3332
"remark-preset-wooorm": "^5.0.0",
3433
"tape": "^4.0.0",
34+
"tinyify": "^2.5.0",
3535
"xo": "^0.24.0"
3636
},
3737
"scripts": {
3838
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
39-
"build-bundle": "browserify index.js --no-builtins -s unistUtilFindBefore > unist-util-find-before.js",
40-
"build-mangle": "esmangle unist-util-find-before.js > unist-util-find-before.min.js",
39+
"build-bundle": "browserify . -s unistUtilFindBefore -o unist-util-find-before.js",
40+
"build-mangle": "browserify . -s unistUtilFindBefore -p tinyify -o unist-util-find-before.min.js",
4141
"build": "npm run build-bundle && npm run build-mangle",
4242
"test-api": "node test",
4343
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)