Skip to content

Commit

Permalink
Temporarily disable standard-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Nov 7, 2018
1 parent ddc1a2f commit 6392917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"full-ci": "npm run lint && npm run coverage",
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "coveralls < coverage/lcov.info",
"lint": "standard && standard-markdown",
"lint": "standard",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"test": "npm run lint && npm run unit",
"unit": "node test.js"
Expand Down

0 comments on commit 6392917

Please sign in to comment.