Skip to content

Commit

Permalink
Upgrade dependencies (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarfonthey authored and vweevers committed Sep 6, 2019
1 parent 207ac34 commit bd718e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,20 @@
"node-abi": "^2.7.0",
"noop-logger": "^0.1.1",
"npmlog": "^4.0.1",
"os-homedir": "^1.0.1",
"pump": "^2.0.1",
"pump": "^3.0.0",
"rc": "^1.2.7",
"simple-get": "^2.7.0",
"tar-fs": "^1.13.0",
"simple-get": "^3.0.3",
"tar-fs": "^2.0.0",
"tunnel-agent": "^0.6.0",
"which-pm-runs": "^1.0.0"
},
"devDependencies": {
"a-native-module": "^1.0.0",
"nock": "^9.2.5",
"nock": "^10.0.6",
"rimraf": "^2.5.2",
"standard": "^13.0.2",
"tape": "^4.5.1",
"verify-travis-appveyor": "^2.0.1"
"verify-travis-appveyor": "^3.0.1"
},
"bin": "./bin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/util-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var test = require('tape')
var fs = require('fs')
var home = require('os-homedir')
var home = require('os').homedir
var util = require('../util')
var path = require('path')

Expand Down
2 changes: 1 addition & 1 deletion util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var path = require('path')
var github = require('github-from-package')
var home = require('os-homedir')
var home = require('os').homedir
var crypto = require('crypto')
var expandTemplate = require('expand-template')()

Expand Down

0 comments on commit bd718e1

Please sign in to comment.