Fix more publishing errors

This commit is contained in:
Wylie Conlon 2018-11-15 17:13:42 -05:00
parent 49716879c6
commit e7890822c8
2 changed files with 6 additions and 8 deletions

6
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "jsonrpc-ws-proxy",
"version": "0.0.1",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -46,8 +46,7 @@
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
"dev": true
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"balanced-match": {
"version": "1.0.0",
@ -187,7 +186,6 @@
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
"dev": true,
"requires": {
"async-limiter": "~1.0.0"
}

View File

@ -1,11 +1,12 @@
{
"name": "jsonrpc-ws-proxy",
"version": "0.0.2",
"version": "0.0.3",
"author": "Wylie Conlon <wylieconlon@gmail.com>",
"bin": "dist/server.js",
"main": "dist/server.js",
"dependencies": {
"js-yaml": "^3.12.0"
"js-yaml": "^3.12.0",
"ws": "^6.1.0"
},
"devDependencies": {
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
@ -13,8 +14,7 @@
"@types/ws": "^6.0.1",
"minimist": "^1.2.0",
"rimraf": "^2.6.2",
"typescript": "^3.0.1",
"ws": "^6.1.0"
"typescript": "^3.0.1"
},
"scripts": {
"prepare": "npm run clean && npm run build",