fix(UI): fix missing bracket in package.json

This commit is contained in:
Katalina / stardust 2018-01-03 18:51:34 -06:00
parent 5036795742
commit ae0a89e3ff

View file

@ -40,6 +40,7 @@
"/api/socket.io": { "/api/socket.io": {
"target": "ws://localhost:6769/socket.io", "target": "ws://localhost:6769/socket.io",
"ws": true "ws": true
}
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.14.0", "eslint": "^4.14.0",