From ab1280bdcbf8f47f5dbf96e1fa277856ef7f0247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sun, 23 Jul 2017 20:19:58 +0200 Subject: [PATCH] Bump playwithsix dependency to fix issues with older versions of node --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1199eb4..36365e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,4 @@ node_js: - "0.12" - "0.10" before_install: - - npm update -g npm - cp config.js.example config.js diff --git a/package.json b/package.json index c42f156..6018540 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lodash": "^3.6.0", "morgan": "^1.8.1", "multer": "^1.3.0", - "playwithsix": "0.0.11", + "playwithsix": "0.0.12", "serve-static": "^1.12.1", "slugify": "^1.1.0", "socket.io": "^1.0.4",