Skip to content

Commit

Permalink
Adding yargs dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizzo committed Sep 18, 2014
1 parent 85c044c commit c400a16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "yaml-config-loader",
"version": "0.0.6",
"version": "0.0.7",
"description": "A configuration loader that loads yaml.",
"main": "index.js",
"scripts": {
Expand All @@ -17,6 +17,7 @@
"coveralls": "^2.11.1",
"istanbul": "^0.3.2",
"mocha": "^1.21.4",
"should": "^4.0.4"
"should": "^4.0.4",
"yargs": "^1.3.1"
}
}

0 comments on commit c400a16

Please sign in to comment.