Skip to content

Commit a24f9d5

Browse files
committed
add new config properties: language
1 parent 5e53139 commit a24f9d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coderoad.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"00/02-setup"
2929
],
3030
"actions": [
31-
"insert('var myName= ::>\n')"
31+
"insert('var myName = ::>\n')"
3232
],
3333
"hints": [
3434
"Get the first \"name\" in the students using the array index",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-functional-school",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Coderoad tutorial",
55
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
66
"contributers": [
@@ -32,6 +32,7 @@
3232
},
3333
"license": "MIT",
3434
"config": {
35+
"language": "JS",
3536
"dir": "tutorial",
3637
"testSuffix": ".spec.js",
3738
"runner": "mocha-coderoad",

0 commit comments

Comments
 (0)