Skip to content

Commit

Permalink
Update excel-as-json dependency to fix Node.js v6.2.1 install issue.
Browse files Browse the repository at this point in the history
Indirectly, now use libxmljs v 0.18.0 to fix its compile issue.
  • Loading branch information
stevetarver committed Jun 25, 2016
1 parent be9c3e8 commit f32040f
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
@@ -1,7 +1,7 @@
{
"name": "grunt-excel-as-json",
"description": "Convert Excel files to JSON files",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/stevetarver/grunt-excel-as-json",
"author": {
"name": "Steve Tarver",
Expand All @@ -22,7 +22,7 @@
"test": "grunt test"
},
"dependencies": {
"excel-as-json": "1.0.1"
"excel-as-json": "1.0.3"
},
"devDependencies": {
"grunt": "~1.0.1",
Expand Down

0 comments on commit f32040f

Please sign in to comment.