Skip to content

Commit ee207ab

Browse files
committed
Update dev-dependencies
1 parent c638d6b commit ee207ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"dependencies": {},
2727
"devDependencies": {
2828
"browserify": "^16.0.0",
29-
"esmangle": "^1.0.0",
30-
"nyc": "^11.0.0",
29+
"nyc": "^13.0.0",
3130
"prettier": "^1.12.1",
32-
"remark-cli": "^5.0.0",
31+
"remark-cli": "^6.0.0",
3332
"remark-preset-wooorm": "^4.0.0",
3433
"tape": "^4.5.1",
35-
"xo": "^0.20.0"
34+
"tinyify": "^2.4.3",
35+
"xo": "^0.23.0"
3636
},
3737
"scripts": {
3838
"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",
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)