Skip to content

Commit

Permalink
UPDATE(package.json): add new dev dependence
Browse files Browse the repository at this point in the history
Add standard new dev dependence to correct code style.
  • Loading branch information
Alberto Iglesias Gallego committed Feb 22, 2017
1 parent 6126095 commit 6ddf685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"express-list-middleware": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
"sinon": "^1.17.6",
"standard": "^8.6.0"
}
}

0 comments on commit 6ddf685

Please sign in to comment.