Skip to content

Commit

Permalink
Add markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 7, 2016
1 parent 138e818 commit 7cac7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -317,7 +317,6 @@ var schema = osom({
updatedAt: String
})


module.exports = async.asyncify(schema)
module.exports.sync = schema
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -39,6 +39,7 @@
"nyc": "latest",
"should": "latest",
"standard": "latest",
"standard-markdown": "~2.1.1",
"travis-after-all": "latest"
},
"engines": {
Expand All @@ -47,7 +48,7 @@
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard lib",
"lint": "standard && standard-markdown",
"pretest": "npm run lint",
"test": "nyc mocha"
},
Expand Down

0 comments on commit 7cac7cf

Please sign in to comment.