Przeglądaj źródła

Remove openode

dev_h
ophir 5 lat temu
rodzic
commit
52a8f632ec
3 zmienionych plików z 3 dodań i 10 usunięć
  1. 1
    3
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    6
      package.json

+ 1
- 3
README.md Wyświetl plik

@@ -68,6 +68,4 @@ This will run WBO directly on your machine, on port 5001, without any isolation
68 68
 
69 69
 ## Troubleshooting
70 70
 
71
-If you experience an issue or want to propose a new feature in WBO, please [open a github issue](https://github.com/lovasoa/whitebophir/issues/new).
72
-
73
-<small>Demonstration server hosted by [openode](https://www.openode.io/)</small>
71
+If you experience an issue or want to propose a new feature in WBO, please [open a github issue](https://github.com/lovasoa/whitebophir/issues/new).

+ 1
- 1
package-lock.json Wyświetl plik

@@ -1,6 +1,6 @@
1 1
 {
2 2
    "name": "whitebophir",
3
-   "version": "1.1.0",
3
+   "version": "1.2.0",
4 4
    "lockfileVersion": 1,
5 5
    "requires": true,
6 6
    "dependencies": {

+ 1
- 6
package.json Wyświetl plik

@@ -12,18 +12,13 @@
12 12
       "socket.io": "^2.3.0"
13 13
    },
14 14
    "scripts": {
15
-      "start": "node ./server/server.js",
16
-      "deploy": "openode deploy"
15
+      "start": "node ./server/server.js"
17 16
    },
18 17
    "name": "whitebophir",
19 18
    "description": "Online collaborative whiteboard",
20 19
    "main": "./server/server.js",
21
-   "subdomain": "wbo",
22 20
    "repository": {
23 21
       "type": "git",
24 22
       "url": "http://github.com/lovasoa/whitebophir.git"
25
-   },
26
-   "devDependencies": {
27
-      "openode": "^2.0.18"
28 23
    }
29 24
 }

Ładowanie…
Anuluj
Zapisz