File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- version : " 0.4.0 "
1
+ version : " 0.4.2 "
2
2
config :
3
3
testRunner :
4
4
command : ./node_modules/.bin/mocha
5
5
args :
6
6
filter : --grep
7
7
tap : --reporter=mocha-tap-reporter
8
- setup :
9
- commands :
10
- - npm install
11
8
directory : coderoad
9
+ setup :
10
+ commands :
11
+ - cd coderoad && npm install
12
12
repo :
13
13
uri : https://github.com/coderoad/fcc-basic-node-and-express
14
14
branch : v0.4.1
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.4.0 " ,
2
+ "version" : " 0.4.2 " ,
3
3
"summary" : {
4
4
"title" : " Basic Node & Express" ,
5
5
"description" : " Build a server with Node & Express"
11
11
"filter" : " --grep" ,
12
12
"tap" : " --reporter=mocha-tap-reporter"
13
13
},
14
- "setup" : {
15
- "commands" : [
16
- " npm install"
17
- ],
18
- "commits" : [
19
- " 37411e3cae53dacb22f194949d7d0593e48a3fdd"
20
- ]
21
- },
22
14
"directory" : " coderoad"
23
15
},
16
+ "setup" : {
17
+ "commands" : [
18
+ " cd coderoad && npm install"
19
+ ],
20
+ "commits" : [
21
+ " 37411e3cae53dacb22f194949d7d0593e48a3fdd"
22
+ ]
23
+ },
24
24
"repo" : {
25
25
"uri" : " https://github.com/coderoad/fcc-basic-node-and-express" ,
26
26
"branch" : " v0.4.1"
You can’t perform that action at this time.
0 commit comments