Skip to content

Commit

Permalink
Merge pull request #49 from balena-io/update-file-disk
Browse files Browse the repository at this point in the history
Update file disk and make it a devDependency
  • Loading branch information
zvin authored Nov 29, 2018
2 parents 48a7586 + f2304dc commit 3c57b70
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
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"eslint": "^3.19.0",
"file-disk": "^5.0.0",
"mocha": "^2.2.5"
},
"dependencies": {
"async": "^2.1.5",
"bindings": "^1.2.1",
"bluebird": "3.5.0",
"file-disk": "4.1.3",
"bluebird": "^3.5.3",
"nan": "^2.5.1"
}
}

0 comments on commit 3c57b70

Please sign in to comment.