File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.4.0] - 2016-04-23
6
+ - updated for atom-coderoad@0.7
7
+
5
8
## [ 0.3.0] - 2016-04-01
6
9
- update tutorial for changes to loaders in Atom-CodeRoad
7
10
Original file line number Diff line number Diff line change 1
1
{
2
- "project " : {
2
+ "info " : {
3
3
"title" : " Functional School" ,
4
4
"description" : " A trip through functional programming in Javascript.\n\n Level: Intermediate\n Keywords: javascript, functional\n Length: 1-2 hours"
5
5
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-functional-school" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " Coderoad tutorial" ,
5
5
"author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
6
6
"contributers" : [
32
32
},
33
33
"license" : " MIT" ,
34
34
"config" : {
35
- "testDir " : " tutorial" ,
35
+ "dir " : " tutorial" ,
36
36
"testSuffix" : " .spec.js" ,
37
- "testRunner " : " mocha-coderoad" ,
37
+ "runner " : " mocha-coderoad" ,
38
38
"edit" : true
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments