Skip to content

Commit 6fa1920

Browse files
authored
Merge pull request #4 from coderoad/next
Update for CR v0.13
2 parents 536e545 + fa6b0f7 commit 6fa1920

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

‎coderoad.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
version: "0.4.0"
1+
version: "0.4.2"
22
config:
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

‎tutorial.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -11,16 +11,16 @@
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"

0 commit comments

Comments
 (0)