Skip to content

Commit

Permalink
update v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Apr 16, 2018
1 parent 9023e70 commit 37aff14
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 78 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmtconv",
"version": "1.0.5",
"version": "1.0.6",
"description": "Convert between JSON and YAML format files.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"homepage": "https://github.com/WindomZ/fmtconv#readme",
"dependencies": {
"commander": "^2.14.1",
"js-yaml": "^3.10.0"
"commander": "^2.15.1",
"js-yaml": "^3.11.0"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"nyc": "^11.4.1",
"standard": "^11.0.0"
"nyc": "^11.6.0",
"standard": "^11.0.1"
}
}

0 comments on commit 37aff14

Please sign in to comment.