Skip to content

Commit 6392917

Browse files
committed
Temporarily disable standard-markdown
1 parent ddc1a2f commit 6392917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"full-ci": "npm run lint && npm run coverage",
6161
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
6262
"coveralls": "coveralls < coverage/lcov.info",
63-
"lint": "standard && standard-markdown",
63+
"lint": "standard",
6464
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
6565
"test": "npm run lint && npm run unit",
6666
"unit": "node test.js"

0 commit comments

Comments
 (0)