package.json:
This commit is contained in:
parent
18af0a9744
commit
022bc97cf4
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "cevitxe-signal-server-standalone",
|
||||
"name": "@localfirst/relay-deployable",
|
||||
"version": "1.0.0",
|
||||
"description": "Deployable signal server for Cevitxe",
|
||||
"repository": "https://github.com/devresults/cevitxe-signal-server-standalone",
|
||||
"description": "Deployment wrapper for @localfirst/relay",
|
||||
"repository": "https://github.com/local-first-web/relay-deployable",
|
||||
"author": "Herb Caudill <herb@devresults.com>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
|
@ -10,7 +10,7 @@
|
|||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cevitxe-signal-server": "^0.3.0"
|
||||
"@localfirst/relay": "1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.X"
|
||||
|
|
Loading…
Reference in a new issue