Skip to content

Commit e1e07c9

Browse files
committed
Replace esmangle with tinyify
1 parent e70769e commit e1e07c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
},
3030
"devDependencies": {
3131
"browserify": "^14.0.0",
32-
"esmangle": "^1.0.1",
3332
"hastscript": "^3.0.1",
3433
"nyc": "^11.0.0",
3534
"remark-cli": "^4.0.0",
3635
"remark-preset-wooorm": "^3.0.0",
3736
"tape": "^4.4.0",
37+
"tinyify": "^2.3.0",
3838
"xo": "^0.18.0"
3939
},
4040
"scripts": {
4141
"build-md": "remark . --quiet --frail --output",
4242
"build-bundle": "browserify index.js --bare -s hastUtilFindAndReplace > hast-util-find-and-replace.js",
43-
"build-mangle": "esmangle hast-util-find-and-replace.js > hast-util-find-and-replace.min.js",
43+
"build-mangle": "browserify index.js --bare -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js",
4444
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
4545
"lint": "xo",
4646
"test-api": "node test",

0 commit comments

Comments
 (0)