Skip to content

Commit 298643e

Browse files
committed
Update build scripts
1 parent abd6362 commit 298643e

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
@@ -22,17 +22,17 @@
2222
"dependencies": {},
2323
"devDependencies": {
2424
"browserify": "^16.0.0",
25-
"esmangle": "^1.0.0",
2625
"nyc": "^12.0.0",
2726
"remark-cli": "^5.0.0",
2827
"remark-preset-wooorm": "^4.0.0",
2928
"tape": "^4.0.0",
29+
"tinyify": "^2.4.3",
3030
"xo": "^0.22.0"
3131
},
3232
"scripts": {
3333
"build-md": "remark . -qfo",
34-
"build-bundle": "browserify index.js --bare -s mdastCommentMarker > mdast-comment-marker.js",
35-
"build-mangle": "esmangle mdast-comment-marker.js > mdast-comment-marker.min.js",
34+
"build-bundle": "browserify . -s mdastCommentMarker > mdast-comment-marker.js",
35+
"build-mangle": "browserify . -s mdastCommentMarker -p tinyify > mdast-comment-marker.min.js",
3636
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
3737
"lint": "xo",
3838
"test-api": "node test",

0 commit comments

Comments
 (0)