Skip to content

Commit ff7c533

Browse files
committed
drop lodash dependency
1 parent 116e470 commit ff7c533

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.3.0] - 2016-04-01
6+
- update tutorial for changes to loaders in Atom-CodeRoad
7+
58
## [0.1.7] - 2016-02-26
69
- Hints for steps 1-7
710

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-functional-school",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Coderoad tutorial",
55
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
66
"contributers": [
@@ -27,7 +27,6 @@
2727
"dependencies": {
2828
"chai": "3.5.0",
2929
"chai-spies": "0.7.1",
30-
"lodash": "4.6.1",
3130
"mocha": "2.4.5",
3231
"mocha-coderoad": "^0.5.3"
3332
},

0 commit comments

Comments
 (0)