Skip to content

Commit

Permalink
Auto-merge for PR #61 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 Dec 21, 2017
2 parents ec66978 + 964de9f commit 6b0de82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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.8 - 2017-12-21

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

## v1.3.7 - 2017-12-14

* Fix(package): Fix prebuild script being run on build #59 [Jonas Hermsmeier]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountutils",
"version": "1.3.7",
"version": "1.3.8",
"main": "index.js",
"description": "Cross platform mount related utilities",
"homepage": "https://github.com/resin-io-modules/mountutils",
Expand Down Expand Up @@ -35,15 +35,15 @@
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.9.0",
"jsdoc-to-markdown": "^3.0.0",
"eslint": "^4.13.0",
"jsdoc-to-markdown": "^3.0.2",
"mocha": "^4.0.1",
"prebuild": "^6.2.1"
"prebuild": "^7.0.0"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.7.0",
"prebuild-install": "^2.2.2"
"nan": "^2.8.0",
"prebuild-install": "^2.4.1"
},
"gypfile": true,
"bugs": {
Expand Down

0 comments on commit 6b0de82

Please sign in to comment.