Merge pull request #1 from thechutrain/small_fix

fixes trailing comma error in json
This commit is contained in:
Wylie Conlon 2018-11-07 14:35:02 -05:00 committed by GitHub
commit 1d450c6a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}