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 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 0.4.0] - 2016-04-23
6+ - updated for atom-coderoad@0.7
7+
58## [ 0.3.0] - 2016-04-01
69- update tutorial for changes to loaders in Atom-CodeRoad
710
Original file line number Diff line number Diff line change 11{
2- "project " : {
2+ "info " : {
33 "title" : " Functional School" ,
44 "description" : " A trip through functional programming in Javascript.\n\n Level: Intermediate\n Keywords: javascript, functional\n Length: 1-2 hours"
55 },
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-functional-school" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Coderoad tutorial" ,
55 "author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
66 "contributers" : [
3232 },
3333 "license" : " MIT" ,
3434 "config" : {
35- "testDir " : " tutorial" ,
35+ "dir " : " tutorial" ,
3636 "testSuffix" : " .spec.js" ,
37- "testRunner " : " mocha-coderoad" ,
37+ "runner " : " mocha-coderoad" ,
3838 "edit" : true
3939 }
4040}
You can’t perform that action at this time.
0 commit comments