upgrade ws

master
Juanfran 2016-11-07 09:30:56 +01:00
parent 017c192034
commit f5864ef78e
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@
"author": "Kaleidos OpenSource SL", "author": "Kaleidos OpenSource SL",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"repository": { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/taigaio/taiga-events.git" "url": "https://github.com/taigaio/taiga-events.git"
}, },
"devDependencies": { "devDependencies": {
"gulp": "^3.8.11", "gulp": "^3.8.11",
@ -27,6 +27,6 @@
"base64-url": "^1.2.1", "base64-url": "^1.2.1",
"bluebird": "^2.9.10", "bluebird": "^2.9.10",
"node-uuid": "^1.4.2", "node-uuid": "^1.4.2",
"ws": "^0.8.0" "ws": "^1.1.1"
} }
} }