Bump playwithsix dependency to fix issues with older versions of node

This commit is contained in:
Björn Dahlgren 2017-07-23 20:19:58 +02:00
parent 0338839580
commit ab1280bdcb
2 changed files with 1 additions and 2 deletions

View File

@ -10,5 +10,4 @@ node_js:
- "0.12"
- "0.10"
before_install:
- npm update -g npm
- cp config.js.example config.js

View File

@ -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",