Skip to content

Commit

Permalink
Use tinyify
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 7, 2019
1 parent 428f8ae commit 8f44135
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 @@ -22,18 +22,18 @@
"dependencies": {},
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"nyc": "^14.0.0",
"prettier": "^1.12.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.js --bare -s bail > bail.js",
"build-mangle": "esmangle bail.js > bail.min.js",
"build-bundle": "browserify index.js -s bail -o bail.js",
"build-mangle": "browserify index.js -s bail -p tinyify -o bail.min.js",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
Expand Down

0 comments on commit 8f44135

Please sign in to comment.