Skip to content

Commit

Permalink
Auto-merge for PR #65 via VersionBot
Browse files Browse the repository at this point in the history
upgrade(package): Bump dependencies
  • Loading branch information
resin-io-modules-versionbot[bot] authored Apr 2, 2018
2 parents 06e1d02 + f05e564 commit f441c73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.3.11 - 2018-04-02

* Upgrade(package): Bump dependencies #65 [Jonas Hermsmeier]

## v1.3.10 - 2018-01-20

* Fix(linux): Fix partial unmounts on Linux #64 [Jonas Hermsmeier]
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountutils",
"version": "1.3.10",
"version": "1.3.11",
"main": "index.js",
"description": "Cross platform mount related utilities",
"homepage": "https://github.com/resin-io-modules/mountutils",
Expand Down Expand Up @@ -35,18 +35,18 @@
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.13.0",
"jsdoc-to-markdown": "^3.0.2",
"mocha": "^4.0.1",
"prebuild": "^7.0.0"
"eslint": "^4.19.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.0.5",
"prebuild": "^7.4.0"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.8.0",
"prebuild-install": "^2.4.1"
"nan": "^2.10.0",
"prebuild-install": "^2.5.1"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/resin-io-modules/mountutils/issues"
}
}
}

0 comments on commit f441c73

Please sign in to comment.