浏览代码

Remove openode

dev_h
ophir 5 年前
父节点
当前提交
52a8f632ec
共有 3 个文件被更改,包括 3 次插入10 次删除
  1. 1
    3
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    6
      package.json

+ 1
- 3
README.md 查看文件

68
 
68
 
69
 ## Troubleshooting
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 查看文件

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

+ 1
- 6
package.json 查看文件

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

正在加载...
取消
保存