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 11, 2018
1 parent 5a085f4 commit a12d788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,18 +35,18 @@
},
"devDependencies": {
"browserify": "^14.0.0",
"esmangle": "^1.0.0",
"nyc": "^11.0.2",
"remark": "^8.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark *.md -qfo",
"build-bundle": "browserify index.js -s remarkGitHub > remark-github.js",
"build-mangle": "esmangle remark-github.js > remark-github.min.js",
"build-bundle": "browserify . -s remarkGitHub > remark-github.js",
"build-mangle": "browserify . -s remarkGitHub -p tinyify > remark-github.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 a12d788

Please sign in to comment.