From 516bcd6a19f6c9810a0a78397e3d59d8c063048e Mon Sep 17 00:00:00 2001
From: Alan Shaw <alan@tableflip.io>
Date: Wed, 4 May 2016 21:54:11 +0100
Subject: [PATCH] Update dependencies

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 0beab35..57d5908 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "david": "bin/david.js"
   },
   "scripts": {
-    "test": "standard && node bin/david && istanbul cover node_modules/.bin/tape test/*.js",
+    "test": "standard && node bin/david && istanbul cover tape test/*.js",
     "coveralls": "cat ./coverage/lcov.info | coveralls"
   },
   "license": "MIT",
@@ -29,7 +29,7 @@
     "cli-color-tty": "^2.0.0",
     "cli-table": "^0.3.1",
     "minimist": "^1.1.0",
-    "npm": "^3.3.12",
+    "npm": "^3.8.8",
     "semver": "^5.0.1",
     "xtend": "^4.0.0"
   },
@@ -39,7 +39,7 @@
     "jshint": "^2.5.1",
     "rewire": "^2.1.0",
     "rimraf": "^2.3.2",
-    "standard": "^6.0.4",
+    "standard": "^7.0.1",
     "tape": "^4.0.0"
   },
   "engines": {