fixes trailing comma error in json

This commit is contained in:
thechutrain 2018-11-07 14:33:12 -05:00
parent 5a85023702
commit 8ade505069
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "langserver-ws-proxy", "name": "jsonrpc-ws-proxy",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -17,6 +17,6 @@
"prepare": "npm run clean && npm run build", "prepare": "npm run clean && npm run build",
"watch": "tsc -w", "watch": "tsc -w",
"clean": "rimraf dist", "clean": "rimraf dist",
"build": "tsc", "build": "tsc"
} }
} }