Skip to content

Commit

Permalink
Use mkmsg.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Mar 19, 2016
1 parent 7494039 commit 268f4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "jshint . && jscs .",
"clean": "rm -rf coverage",
"docs": "npm run readme",
"readme": "mkcat doc/readme.md | mkpi | mkgen | mkref | mkabs | mkout > README.md",
"readme": "mkcat doc/readme.md | mkpi | mkmsg | mkref | mkabs | mkout > README.md",
"pretest": "rm -rf target && mkdir target",
"test": "NODE_ENV=test mocha ${SPEC:-test/spec}",
"precover": "npm run pretest",
Expand Down

0 comments on commit 268f4cf

Please sign in to comment.