Skip to content

Commit

Permalink
chore: replace remark with remark-cli, update remark-lint to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jun 15, 2016
1 parent ef393fb commit 68f5ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint-travis": "remark -f README.md"
},
"devDependencies": {
"remark" : "^4.2.2",
"remark-lint": "^4.0.0"
"remark-cli" : "^1.0.0",
"remark-lint": "^4.0.1"
},
"private" : true
}

0 comments on commit 68f5ddb

Please sign in to comment.