mirror of
https://github.com/wylieconlon/jsonrpc-ws-proxy.git
synced 2025-05-18 15:56:38 +00:00
Merge pull request #1 from thechutrain/small_fix
fixes trailing comma error in json
This commit is contained in:
commit
1d450c6a53
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "langserver-ws-proxy",
|
||||
"name": "jsonrpc-ws-proxy",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
@ -17,6 +17,6 @@
|
||||
"prepare": "npm run clean && npm run build",
|
||||
"watch": "tsc -w",
|
||||
"clean": "rimraf dist",
|
||||
"build": "tsc",
|
||||
"build": "tsc"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user