Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetarver committed Jun 13, 2016
1 parent d1719f0 commit be9c3e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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": "0.1.0",
"version": "1.0.0",
"homepage": "https://github.com/stevetarver/grunt-excel-as-json",
"author": {
"name": "Steve Tarver",
Expand All @@ -22,13 +22,13 @@
"test": "grunt test"
},
"dependencies": {
"excel-as-json": "1.0.0"
"excel-as-json": "1.0.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit be9c3e8

Please sign in to comment.