Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 17, 2018
1 parent aec62ec commit 0be31b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
],
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"hastscript": "^4.0.0",
"nyc": "^12.0.0",
"prettier": "^1.13.5",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.2",
"xo": "^0.21.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s hastUtilSelect > hast-util-select.js",
"build-mangle": "esmangle < hast-util-select.js > hast-util-select.min.js",
"build-bundle": "browserify index.js -s hastUtilSelect > hast-util-select.js",
"build-mangle": "browserify index.js -p tinyify -s hastUtilSelect > hast-util-select.min.js",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js",
Expand Down

0 comments on commit 0be31b5

Please sign in to comment.