Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 29, 2018
1 parent 82ea0d0 commit 93d3c81
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 @@ -25,18 +25,18 @@
"dependencies": {},
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"execa": "^1.0.0",
"nyc": "^13.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"xo": "^0.22.0"
},
"scripts": {
"build-md": "remark . -qfo",
"build-bundle": "browserify index.js -s metaphone > metaphone.js",
"build-mangle": "esmangle metaphone.js > metaphone.min.js",
"build-bundle": "browserify . -s metaphone -o metaphone.js",
"build-mangle": "browserify . -s metaphone -p tinyify -o metaphone.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test",
Expand Down

0 comments on commit 93d3c81

Please sign in to comment.