浏览代码

Remove openode

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

+ 1
- 1
README.md 查看文件

56
 if you don't have it already, then install WBO's dependencies:
56
 if you don't have it already, then install WBO's dependencies:
57
 
57
 
58
 ```
58
 ```
59
-npm install
59
+npm install --production
60
 ```
60
 ```
61
 
61
 
62
 Finally, you can start the server:
62
 Finally, you can start the server:

+ 1714
- 594
package-lock.json
文件差异内容过多而无法显示
查看文件


+ 6
- 1
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"
15
+      "start": "node ./server/server.js",
16
+      "test": "nightwatch tests"
16
    },
17
    },
17
    "name": "whitebophir",
18
    "name": "whitebophir",
18
    "description": "Online collaborative whiteboard",
19
    "description": "Online collaborative whiteboard",
20
    "repository": {
21
    "repository": {
21
       "type": "git",
22
       "type": "git",
22
       "url": "http://github.com/lovasoa/whitebophir.git"
23
       "url": "http://github.com/lovasoa/whitebophir.git"
24
+   },
25
+   "devDependencies": {
26
+      "geckodriver": "^1.19.1",
27
+      "nightwatch": "^1.3.4"
23
    }
28
    }
24
 }
29
 }

正在加载...
取消
保存