Skip to content

Commit

Permalink
bump electron and ws
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 17, 2018
1 parent a769f34 commit f30d9f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happyfuntimes",
"description": "happyfuntimes massively local multiplayer electron framework",
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"start": "node start.js",
"check": "grunt eslint",
@@ -41,11 +41,11 @@
"promise": "^7.1.1",
"rest-url": "0.0.4",
"sprintf-js": "0.0.7",
"ws": "0.4.31"
"ws": "^5.1.1"
},
"devDependencies": {
"bootstrap": "^4.0.0-alpha.5",
"electron": "^2.0.0",
"electron": "^2.0.1",
"eslint": "^3.10.2",
"eslint-plugin-google-camelcase": "0.0.1",
"eslint-plugin-one-variable-per-var": "0.0.1",

0 comments on commit f30d9f1

Please sign in to comment.