We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116e470 commit ff7c533Copy full SHA for ff7c533
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.3.0] - 2016-04-01
6
+- update tutorial for changes to loaders in Atom-CodeRoad
7
+
8
## [0.1.7] - 2016-02-26
9
- Hints for steps 1-7
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "coderoad-functional-school",
- "version": "0.2.2",
+ "version": "0.3.0",
"description": "Coderoad tutorial",
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
"contributers": [
@@ -27,7 +27,6 @@
27
"dependencies": {
28
"chai": "3.5.0",
29
"chai-spies": "0.7.1",
30
- "lodash": "4.6.1",
31
"mocha": "2.4.5",
32
"mocha-coderoad": "^0.5.3"
33
},
0 commit comments