Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 7, 2018
1 parent b1bf2be commit df2ea9b
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 @@ -20,18 +20,18 @@
"dependencies": {},
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"nyc": "^13.0.0",
"prettier": "^1.13.5",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"xo": "^0.23.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s hastUtilLabelable > hast-util-labelable.js",
"build-mangle": "esmangle hast-util-labelable.js > hast-util-labelable.min.js",
"build-bundle": "browserify . -s hastUtilLabelable > hast-util-labelable.js",
"build-mangle": "browserify . -s hastUtilLabelable -p tinyify > hast-util-labelable.min.js",
"build": "npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test",
Expand Down

0 comments on commit df2ea9b

Please sign in to comment.