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 "
22config :
33 testRunner :
44 command : ./node_modules/.bin/mocha
55 args :
66 filter : --grep
77 tap : --reporter=mocha-tap-reporter
8- setup :
9- commands :
10- - npm install
118 directory : coderoad
9+ setup :
10+ commands :
11+ - cd coderoad && npm install
1212 repo :
1313 uri : https://github.com/coderoad/fcc-basic-node-and-express
1414 branch : v0.4.1
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.4.0 " ,
2+ "version" : " 0.4.2 " ,
33 "summary" : {
44 "title" : " Basic Node & Express" ,
55 "description" : " Build a server with Node & Express"
1111 "filter" : " --grep" ,
1212 "tap" : " --reporter=mocha-tap-reporter"
1313 },
14- "setup" : {
15- "commands" : [
16- " npm install"
17- ],
18- "commits" : [
19- " 37411e3cae53dacb22f194949d7d0593e48a3fdd"
20- ]
21- },
2214 "directory" : " coderoad"
2315 },
16+ "setup" : {
17+ "commands" : [
18+ " cd coderoad && npm install"
19+ ],
20+ "commits" : [
21+ " 37411e3cae53dacb22f194949d7d0593e48a3fdd"
22+ ]
23+ },
2424 "repo" : {
2525 "uri" : " https://github.com/coderoad/fcc-basic-node-and-express" ,
2626 "branch" : " v0.4.1"
You can’t perform that action at this time.
0 commit comments