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",
"lockfileVersion": 1,
"requires": true,

View File

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