Skip to content

Commit

Permalink
chore: remove unnecessary -u option for remark
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Feb 16, 2016
1 parent a613781 commit 70c429d
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 @@ -5,8 +5,8 @@
"url" : "https://github.com/devaloka/shortcode.git"
},
"scripts" : {
"lint" : "remark -u remark-lint README.md",
"lint-travis": "remark -f -u remark-lint README.md"
"lint" : "remark README.md",
"lint-travis": "remark -f README.md"
},
"devDependencies": {
"remark" : "^4.0.0",
Expand Down

0 comments on commit 70c429d

Please sign in to comment.