Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetarver committed Jun 13, 2016
1 parent 1db5696 commit 907dacb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "excel-as-json",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert Excel data to JSON",
"author": "Steve Tarver <steve.tarver@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://github.com/stevetarver/excel-as-json",
"dependencies": {
"excel": "0.1.4"
"excel": "0.1.5"
},
"devDependencies": {
"chai": "3.2.0",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"coffee-coverage": "0.6.3",
"coffee-script": "1.9.3",
"coveralls": "2.11.4",
"istanbul": "0.3.18",
"mocha": "2.2.5"
"coffee-coverage": "1.0.1",
"coffee-script": "1.10.0",
"coveralls": "2.11.9",
"istanbul": "0.4.3",
"mocha": "2.5.3"
}
}

0 comments on commit 907dacb

Please sign in to comment.