mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-04 09:30:16 +01:00
Add gulp example.
This commit is contained in:
parent
9917d7f2fb
commit
f252f4f498
2 changed files with 22 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit",
|
||||
"debug": "node debug node_modules/nodeunit/bin/nodeunit",
|
||||
"lint": "eslint lib test & eslint --rule \"no-console: 0\" example",
|
||||
"example": "cd example & node standalone.js"
|
||||
"example": "cd example & node standalone.js & gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^3.0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue